(ctx context.Context, volumeID string, options client.VolumeUpdateOptions)
| 614 | } |
| 615 | |
| 616 | func (d *DryRunClient) VolumeUpdate(ctx context.Context, volumeID string, options client.VolumeUpdateOptions) (client.VolumeUpdateResult, error) { |
| 617 | return d.apiClient.VolumeUpdate(ctx, volumeID, options) |
| 618 | } |
| 619 | |
| 620 | func (d *DryRunClient) ClientVersion() string { |
| 621 | return d.apiClient.ClientVersion() |
nothing calls this directly
no outgoing calls
no test coverage detected