Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDriverInstanceDiscovery = errors.New("Driver Instance discovery failed")
)
Functions ¶
Types ¶
type BlockDevice ¶
type Driver ¶
type Driver interface { GetBlockDeviceMapping() (interface{}, error) GetInstance() (interface{}, error) GetVolume(string, string) (interface{}, error) GetVolumeAttach(string, string) (interface{}, error) GetSnapshot(string, string, string) (interface{}, error) CreateSnapshot(bool, string, string, string) (interface{}, error) RemoveSnapshot(string) error CreateVolume(bool, string, string, string, string, int64, int64) (interface{}, error) RemoveVolume(string) error GetDeviceNextAvailable() (string, error) AttachVolume(bool, string, string) (interface{}, error) DetachVolume(bool, string, string) error }
Click to show internal directories.
Click to hide internal directories.