package main type FeedGenerator struct { ID uint `gorm:"primaryKey"` AtUri string `gorm:"unique"` DisplayName string FeedService string Description *string ContentMode *string AcceptsInteractions *bool CreatedAt string }