NewPluginList creates a new PluginList action
(cfg *ActionsOpts, manager *plugins.Manager)
| 81 | |
| 82 | // NewPluginList creates a new PluginList action |
| 83 | func NewPluginList(cfg *ActionsOpts, manager *plugins.Manager) *PluginList { |
| 84 | return &PluginList{cfg: cfg, manager: manager} |
| 85 | } |
| 86 | |
| 87 | // Run executes the PluginList action |
| 88 | func (action *PluginList) Run(_ context.Context) (*PluginListResult, error) { |