(ctx context.Context, volumeID string, options client.VolumeRemoveOptions)
| 279 | } |
| 280 | |
| 281 | func (d *DryRunClient) VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error) { |
| 282 | return client.VolumeRemoveResult{}, nil |
| 283 | } |
| 284 | |
| 285 | func (d *DryRunClient) ExecCreate(ctx context.Context, container string, config client.ExecCreateOptions) (client.ExecCreateResult, error) { |
| 286 | b := make([]byte, 32) |
no outgoing calls