| 10 | "github.com/davecheney/pub/mastodon" |
| 11 | "github.com/davecheney/pub/models" |
| 12 | "github.com/go-json-experiment/json" |
| 13 | "gorm.io/gorm" |
| 14 | ) |
| 15 | |
| 16 | type FetchActorCmd struct { |
| 17 | Account string `required:"" help:"The account to sign the request with."` |
| 18 | Actor string `required:"" help:"The actor to fetch."` |
nothing calls this directly
no outgoing calls
no test coverage detected