package main type Account struct{} type Profile struct{} type List struct{} type Labeler struct{} type Feedgen struct { ID uint `gorm:"primaryKey"` DisplayName string } type StarterPack struct{} type Verification struct{} type Lexicon struct{}