(ctx context.Context, name string)
| 169 | ListPlugins(ctx context.Context) ([]PluginInfo, error) |
| 170 | EnablePlugin(ctx context.Context, name string) error |
| 171 | DisablePlugin(ctx context.Context, name string) error |
| 172 | } |
| 173 | |
| 174 | func PluginManagementFromClient(c Client) (PluginManagement, error) { |
no outgoing calls
no test coverage detected