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

# Packages

Package cache provides facilities to speed up access to the storage backend.
No description provided by the author

# Functions

BlobDescriptorCacheProvider returns a functional option for NewRegistry.
BlobDescriptorServiceFactory returns a functional option for NewRegistry.
DisableDigestResumption is a functional option for NewRegistry.
EnableDelete is a functional option for NewRegistry.
EnableRedirect is a functional option for NewRegistry.
ManifestURLsAllowRegexp is a functional option for NewRegistry.
ManifestURLsDenyRegexp is a functional option for NewRegistry.
MarkAndSweep performs a mark and sweep of registry data.
NewRegistry creates a new registry instance from the provided driver.
NewVacuum creates a new Vacuum.
PurgeUploads deletes files from the upload directory created before olderThan.
Schema1SigningKey returns a functional option for NewRegistry.
SkipLayerVerification allows a manifest to be Put before its layers are on the filesystem.
Walk traverses a filesystem defined within driver, starting from the given path, calling f on each file.
WithMountFrom returns a BlobCreateOption which designates that the blob should be mounted from the given canonical reference.

# Variables

ErrSkipDir is used as a return value from onFileFunc to indicate that the directory named in the call is to be skipped.

# Structs

Vacuum removes content from the filesystem.

# Interfaces

A ManifestHandler gets and puts manifests of a particular type.

# Type aliases

RegistryOption is the type used for functional options for NewRegistry.
WalkFn is called once per file by Walk If the returned error is ErrSkipDir and fileInfo refers to a directory, the directory will not be entered and Walk will continue the traversal.