# Functions
Activate activates the plugin.
Capabilities is the API response for docker capabilities requests.
Deactivate deactivates the plugin.
NewVolplugin initializes the docker api interface for volplugin.
# Structs
Response is taken from struct Response in https://github.com/calavera/docker-volume-api/blob/master/api.go#L33.
Volplugin implements the docker volumes API via the interfaces in api/interfaces.go.
Volume represents the docker 'Volume' entity used in get and list.
VolumeCreateRequest is taken from struct Request in https://github.com/calavera/docker-volume-api/blob/master/api.go#L27.
VolumeGetRequest is taken from this struct in https://github.com/docker/docker/blob/master/volume/drivers/proxy.go#L187.
VolumeGetResponse is taken from struct volumeDriverProxyGetResponse in https://github.com/docker/docker/blob/master/volume/drivers/proxy.go#L191.
VolumeList is taken from struct volumeDriverProxyListResponse in https://github.com/docker/docker/blob/master/volume/drivers/proxy.go#L163.