package
3.7.0-rc.0+incompatible
Repository: https://github.com/tnozicka/openshift-github.com-docker-distribution.git
Documentation: pkg.go.dev

# Functions

Create a new storagedriver.StorageDriver with the given name and parameters.
Register makes a storage driver available by the provided name.

# 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.