(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions)
| 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) |
| 498 | } |
| 499 | |
| 500 | func (d *DryRunClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error) { |
| 501 | return d.apiClient.ServiceCreate(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected