# Structs
InvalidStorageDriverError records an attempt to construct an unregistered storage driver.
# Interfaces
StorageDriverFactory is a factory interface for creating storagedriver.StorageDriver interfaces Storage drivers should call Register() with a factory to make the driver available by name.