package models type Collection struct { Id string `gorm:"primarykey"` TargetId string TargetType uint32 }