(ctx context.Context, input io.Reader, options ...client.ImageLoadOption)
| 410 | } |
| 411 | |
| 412 | func (d *DryRunClient) ImageLoad(ctx context.Context, input io.Reader, options ...client.ImageLoadOption) (client.ImageLoadResult, error) { |
| 413 | return d.apiClient.ImageLoad(ctx, input, options...) |
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected