# Functions
NewDockerVolumePlugin creates a DockerVolumePlugin which can be used to communicate with a Docker Volume Plugin.
# Constants
ActivateURI is /Plugin.Activate.
CapabilitiesURI is /VolumeDriver.Capabilities.
CreateURI is /VolumeDriver.Create.
GetURI is /VolumeDriver.Get.
ListURI is /VolumeDriver.List.
MountURI is /VolumeDriver.Mount.
NotFound describes the beginning of the not found error message.
RemoveURI is /VolumeDriver.Remove.
UnmountURI is /VolumeDriver.Unmount.
UpdateURI = "/VolumeDriver.Update".
# Structs
CapResponse describes the capabilities of the plugin.
DockerVolume represents the details about a docker volume.
DockerVolumePlugin is the client to a specific docker volume plugin.
GetListResponse is returned from the volume driver list request.
GetResponse is returned from the volume driver.
MountRequest is used to mount and unmount volumes.
MountResponse is returned from the volume driver.
Options for volumedriver.
PluginCapabilities includes the scope of the plugin.
Request is the basic request to use when talking to the driver.
# Interfaces
Errorer describes the ability get the embedded error.