| 343 | } |
| 344 | |
| 345 | type ContextPluginCommand struct { |
| 346 | Context plugin.ExecutionContext |
| 347 | } |
| 348 | |
| 349 | func (c *ContextPluginCommand) Command() plugin.Command { |
| 350 | return *plugin.NewCommand("mypluginservice"). |
nothing calls this directly
no outgoing calls
no test coverage detected