package
0.0.0-20240122153004-13bcfc5aacc5
Repository: https://github.com/stealthycoder/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.
EnableSchema1 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.
WithMountFrom returns a BlobCreateOption which designates that the blob should be mounted from the given canonical reference.

# Structs

No description provided by the author
GCOpts contains options for garbage collector.
ManifestDel contains manifest structure which will be deleted.
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.