(ctx context.Context, term string, options client.ImageSearchOptions)
| 414 | } |
| 415 | |
| 416 | func (d *DryRunClient) ImageSearch(ctx context.Context, term string, options client.ImageSearchOptions) (client.ImageSearchResult, error) { |
| 417 | return d.apiClient.ImageSearch(ctx, term, options) |
| 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...) |
nothing calls this directly
no outgoing calls
no test coverage detected