NewPluginDescribe creates a new NewPluginDescribe action
(cfg *ActionsOpts, manager *plugins.Manager)
| 106 | |
| 107 | // NewPluginDescribe creates a new NewPluginDescribe action |
| 108 | func NewPluginDescribe(cfg *ActionsOpts, manager *plugins.Manager) *PluginDescribe { |
| 109 | return &PluginDescribe{cfg: cfg, manager: manager} |
| 110 | } |
| 111 | |
| 112 | // Run executes the NewPluginDescribe action |
| 113 | func (action *PluginDescribe) Run(_ context.Context, pluginName string) (*PluginDescribeResult, error) { |
no outgoing calls
no test coverage detected