(ctx context.Context, options client.DiskUsageOptions)
| 594 | } |
| 595 | |
| 596 | func (d *DryRunClient) DiskUsage(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error) { |
| 597 | return d.apiClient.DiskUsage(ctx, options) |
| 598 | } |
| 599 | |
| 600 | func (d *DryRunClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error) { |
| 601 | return d.apiClient.Ping(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected