Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AllDrivers is a slice of all existing known Drivers. AllDrivers = []Driver{ {DriverType: aws.Type, Name: aws.Name}, {DriverType: nfs.Type, Name: nfs.Name}, {DriverType: btrfs.Type, Name: btrfs.Name}, {DriverType: pwx.Type, Name: pwx.Name}, {DriverType: vfs.Type, Name: vfs.Name}, {DriverType: buse.Type, Name: buse.Name}, {DriverType: coprhd.Type, Name: coprhd.Name}, } )
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { DriverType api.DriverType Name string }
Driver is the description of a supported OST driver. New Drivers are added to the drivers array
Click to show internal directories.
Click to hide internal directories.