package models type ActivitystreamsActivity struct { Type string `gorm:"type:activitystreams_activity_type"` ObjectId string ObjectType uint32 // Target type: ActivitystreamsActivityTargetType }