Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DevProviders devProviderRegistry
)
Functions ¶
This section is empty.
Types ¶
type DevProvider ¶
type DevProvider interface { Provision(size uint64) (id *string, e error) Attach(id *string) (dev *string, e error) Detach(id *string) error }
func NewDevProvider ¶
func NewDevProvider(provider string) (DevProvider, error)
Click to show internal directories.
Click to hide internal directories.