(ctx context.Context, options client.PingOptions)
| 598 | } |
| 599 | |
| 600 | func (d *DryRunClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error) { |
| 601 | return d.apiClient.Ping(ctx, options) |
| 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) |
no outgoing calls