Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrExist returned when driver is already registered ErrExist = errors.New("Driver already exists") // ErrNotSupported returned when operation is not supported ErrNotSupported = errors.New("Operation not supported") // ErrDriverNotFound returned when driver is not registered ErrDriverNotFound = errors.New("Driver implementation not found") )
Functions ¶
func Get ¶
func Get(name string) (graphdriver.Driver, error)
Get returns an already registered driver
Types ¶
Click to show internal directories.
Click to hide internal directories.