(ctx context.Context, name string, options client.ConfigInspectOptions)
| 310 | } |
| 311 | |
| 312 | func (d *DryRunClient) ConfigInspect(ctx context.Context, name string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error) { |
| 313 | return d.apiClient.ConfigInspect(ctx, name, options) |
| 314 | } |
| 315 | |
| 316 | func (d *DryRunClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error) { |
| 317 | return d.apiClient.ConfigCreate(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected