(ctx context.Context, container string, options client.ContainerStatPathOptions)
| 358 | } |
| 359 | |
| 360 | func (d *DryRunClient) ContainerStatPath(ctx context.Context, container string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error) { |
| 361 | return d.apiClient.ContainerStatPath(ctx, container, options) |
| 362 | } |
| 363 | |
| 364 | func (d *DryRunClient) ContainerStats(ctx context.Context, container string, options client.ContainerStatsOptions) (client.ContainerStatsResult, error) { |
| 365 | return d.apiClient.ContainerStats(ctx, container, options) |
no outgoing calls
no test coverage detected