Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDriver ¶
func AddDriver(name string, new NewDriverFunc) error
func GetDrivers ¶
func GetDrivers() []string
func NewDriver ¶
func NewDriver(name string, options ...drivercommon.Option) (drivercommon.DriverPlugin, error)
Types ¶
type NewDriverFunc ¶
type NewDriverFunc func(...drivercommon.Option) (drivercommon.DriverPlugin, error)
Click to show internal directories.
Click to hide internal directories.