(ctx context.Context, volumeID string, options client.VolumeInspectOptions)
| 602 | } |
| 603 | |
| 604 | func (d *DryRunClient) VolumeInspect(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error) { |
| 605 | return d.apiClient.VolumeInspect(ctx, volumeID, options) |
| 606 | } |
| 607 | |
| 608 | func (d *DryRunClient) VolumeList(ctx context.Context, opts client.VolumeListOptions) (client.VolumeListResult, error) { |
| 609 | return d.apiClient.VolumeList(ctx, opts) |
no outgoing calls