an app.bsky.* indexer
1package main 2 3type Account struct{} 4type Profile struct{} 5type List struct{} 6type Labeler struct{} 7type Feedgen struct { 8 ID uint `gorm:"primaryKey"` 9 DisplayName string 10} 11type StarterPack struct{} 12type Verification struct{} 13type Lexicon struct{}