# Functions
NewCRUDDriver instantiates a CRUD Driver.
NewMountDriver instantiates and return a mount driver instance of the specified type.
NewSnapshotDriver creates a SnapshotDriver based on the backend name.
# Variables
DriverTypes.
CRUDDrivers is the map of string to storage.CRUDDriver.
DriverTypes.
MountDrivers is the map of string to storage.MountDriver.
DriverTypes.
DriverTypes.
SnapshotDrivers is the map of string to storage.SnapshotDriver.