Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeDriver ¶
type VolumeDriver interface {
MountVolume(string, string, string, bool, bool) (string, error)
UnmountVolume(string) error
GetVolume(string) (map[string]interface{}, error)
DetachVolume(string) error
}
VolumeDriver interface used by the refcountedVolume module to handle recovery mounts/unmounts.
Click to show internal directories.
Click to hide internal directories.