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

Struct ShowActorCmd

showactor.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ShowActorCmd struct {
15 Actor string `required:"" help:"The actor uri to display."`
16}
17
18func (s *ShowActorCmd) Run(ctx *Context) error {
19 db, err := gorm.Open(ctx.Dialector, &ctx.Config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected