(ctx context.Context, name string, options client.PluginInspectOptions)
| 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) |
| 494 | } |
| 495 | |
| 496 | func (d *DryRunClient) PluginCreate(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions) (client.PluginCreateResult, error) { |
| 497 | return d.apiClient.PluginCreate(ctx, createContext, options) |
nothing calls this directly
no outgoing calls
no test coverage detected