Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDriverNotSupported = errors.New("storage not supported yet, please choose one of") ErrDriverResourceNotFound = errors.New("storage resource not found.") )
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters map[string]interface{}
Parameters is exported config optation key-value pairs
type StorageDriverConfigs ¶
type StorageDriverConfigs map[string]Parameters
StorageDriverConfigs is exported driver configs.
Click to show internal directories.
Click to hide internal directories.