(ctx context.Context, options client.ImageListOptions)
| 406 | } |
| 407 | |
| 408 | func (d *DryRunClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error) { |
| 409 | return d.apiClient.ImageList(ctx, options) |
| 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...) |
no outgoing calls