()
| 10 | // Command is an interface that should be implemented by all commands |
| 11 | type Command interface { |
| 12 | GetPluginCommand() plugin.Command |
| 13 | Initialize(name string, cliConnection plugin.CliConnection) |
| 14 | Execute(args []string) ExecutionStatus |
| 15 |
no outgoing calls
no test coverage detected