(ctx context.Context, images []string, options ...client.ImageSaveOption)
| 418 | } |
| 419 | |
| 420 | func (d *DryRunClient) ImageSave(ctx context.Context, images []string, options ...client.ImageSaveOption) (client.ImageSaveResult, error) { |
| 421 | return d.apiClient.ImageSave(ctx, images, options...) |
| 422 | } |
| 423 | |
| 424 | func (d *DryRunClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error) { |
| 425 | return d.apiClient.ImageTag(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected