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

func FromParameters(parameters map[string]interface{}) *Driver

FromParameters constructs a new Driver with a given parameters map Optional Parameters: - rootdirectory

func New

func New(rootDirectory string) *Driver

New constructs a new Driver with a given rootDirectory

Source Files

driver.go

Version
v2.3.0-rc.0+incompatible
Published
Jan 19, 2016
Platform
js/wasm
Imports
11 packages
Last checked
10 hours ago

Tools for package owners.