MCPcopy Create free account
hub / github.com/davecheney/pub / FetchActorCmd

Struct FetchActorCmd

fetchactor.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
16type FetchActorCmd struct {
17 Account string `required:"" help:"The account to sign the request with."`
18 Actor string `required:"" help:"The actor to fetch."`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected