Remove deletes the volume.
(vol Volume)
| 24 | Create(name string, opts map[string]string) (Volume, error) |
| 25 | // Remove deletes the volume. |
| 26 | Remove(vol Volume) (err error) |
| 27 | // List lists all the volumes the driver has |
| 28 | List() ([]Volume, error) |
| 29 | // Get retrieves the volume with the requested name |
no outgoing calls