(ctx context.Context, options client.PluginListOptions)
| 458 | } |
| 459 | |
| 460 | func (d *DryRunClient) PluginList(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error) { |
| 461 | return d.apiClient.PluginList(ctx, options) |
| 462 | } |
| 463 | |
| 464 | func (d *DryRunClient) PluginRemove(ctx context.Context, name string, options client.PluginRemoveOptions) (client.PluginRemoveResult, error) { |
| 465 | return d.apiClient.PluginRemove(ctx, name, options) |
nothing calls this directly
no outgoing calls
no test coverage detected