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