Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverApi ¶
type DriverApi interface { // The name of the driver Name() string // The storage provider allocator method of the driver Provider() func() gocsi.StoragePluginProvider }
Click to show internal directories.
Click to hide internal directories.