(ctx context.Context, name string, options client.PluginSetOptions)
| 486 | } |
| 487 | |
| 488 | func (d *DryRunClient) PluginSet(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error) { |
| 489 | return d.apiClient.PluginSet(ctx, name, options) |
| 490 | } |
| 491 | |
| 492 | func (d *DryRunClient) PluginInspect(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error) { |
| 493 | return d.apiClient.PluginInspect(ctx, name, options) |
nothing calls this directly
no outgoing calls
no test coverage detected