(ctx context.Context, networkName string, options client.NetworkRemoveOptions)
| 263 | } |
| 264 | |
| 265 | func (d *DryRunClient) NetworkRemove(ctx context.Context, networkName string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error) { |
| 266 | return client.NetworkRemoveResult{}, nil |
| 267 | } |
| 268 | |
| 269 | func (d *DryRunClient) VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error) { |
| 270 | return client.VolumeCreateResult{ |
no outgoing calls