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.0.0+incompatible
- Published
- Apr 16, 2015
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 6 hours ago –
Tools for package owners.