(ctx context.Context, imageName string, options client.ImageRemoveOptions)
| 245 | } |
| 246 | |
| 247 | func (d *DryRunClient) ImageRemove(ctx context.Context, imageName string, options client.ImageRemoveOptions) (client.ImageRemoveResult, error) { |
| 248 | return client.ImageRemoveResult{}, nil |
| 249 | } |
| 250 | |
| 251 | func (d *DryRunClient) NetworkConnect(ctx context.Context, networkName string, options client.NetworkConnectOptions) (client.NetworkConnectResult, error) { |
| 252 | return client.NetworkConnectResult{}, nil |
no outgoing calls