package
0.0.0-20240122153004-13bcfc5aacc5
Repository: https://github.com/stealthycoder/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.