(ctx context.Context, id string, options client.ConfigRemoveOptions)
| 318 | } |
| 319 | |
| 320 | func (d *DryRunClient) ConfigRemove(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error) { |
| 321 | return d.apiClient.ConfigRemove(ctx, id, options) |
| 322 | } |
| 323 | |
| 324 | func (d *DryRunClient) ConfigUpdate(ctx context.Context, id string, options client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) { |
| 325 | return d.apiClient.ConfigUpdate(ctx, id, options) |
nothing calls this directly
no outgoing calls
no test coverage detected