(ctx context.Context, options client.ImageTagOptions)
| 422 | } |
| 423 | |
| 424 | func (d *DryRunClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error) { |
| 425 | return d.apiClient.ImageTag(ctx, options) |
| 426 | } |
| 427 | |
| 428 | func (d *DryRunClient) ImagePrune(ctx context.Context, options client.ImagePruneOptions) (client.ImagePruneResult, error) { |
| 429 | return d.apiClient.ImagePrune(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected