package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev
# Functions
IsDigest returns true when reference is digest.
ParseName returns name value from distribution API URL path.
ParseProjectName returns project name from distribution API URL path.
ParseRef parse "repository:tag" or "repository@digest" into repository and reference parts.
ParseReference returns digest or tag from distribution API URL path.
ParseSessionID returns session id value from distribution API URL path.
# Variables
BlobUploadURLRegexp regexp which match blob upload url.
BlobURLRegexp regexp which match blob url.
InitiateBlobUploadRegexp regexp which match initiate blob upload url.
ManifestURLRegexp regexp which match manifest url.
UnmarshalManifest alias func from `github.com/docker/distribution`.
# Type aliases
Descriptor alias type of github.com/docker/distribution.Descriptor.
Manifest alias type of github.com/docker/distribution.Manifest.