(ctx context.Context, op Operation)
| 62 | } |
| 63 | |
| 64 | func (exec *planExecutor) execRemoveVolume(ctx context.Context, op Operation) error { |
| 65 | _, err := exec.compose.apiClient().VolumeRemove(ctx, op.Name, client.VolumeRemoveOptions{Force: true}) |
| 66 | return err |
| 67 | } |
| 68 | |
| 69 | // --- Container operations --- |
| 70 |
no test coverage detected