package filesystem
import "github.com/docker/distribution/registry/storage/driver/filesystem"
Index ¶
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver is a storagedriver.StorageDriver implementation backed by a local filesystem. All provided paths will be subpaths of the RootDirectory.
func FromParameters ¶
FromParameters constructs a new Driver with a given parameters map Optional Parameters: - rootdirectory
func New ¶
New constructs a new Driver with a given rootDirectory
Source Files ¶
- Version
- v2.4.1-rc.2+incompatible
- Published
- May 10, 2016
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 1 hour ago –
Tools for package owners.