(ctx context.Context, options client.ConfigCreateOptions)
| 314 | } |
| 315 | |
| 316 | func (d *DryRunClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error) { |
| 317 | return d.apiClient.ConfigCreate(ctx, options) |
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected