Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(name string, factory StorageDriverFactory) error
Types ¶
type StorageDriverFactory ¶
type StorageDriverFactory interface {
Create(parameters map[string]interface{}) (storagedriver.Driver, error)
}
Click to show internal directories.
Click to hide internal directories.