Versions in this module Expand all Collapse all v0 v0.10.1 Feb 25, 2021 v0.10.0 Jan 26, 2021 Changes in this version + func BlobMetadata(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) (distribution.Descriptor, error) + func DeleteManifest(ctx context.Context, client *http.Client, registry *url.URL, ...) error + func DownloadBlob(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) (io.ReadCloser, error) + func HasBlob(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) (bool, error) + func Manifest(ctx context.Context, client *http.Client, registry *url.URL, ...) (*schema1.SignedManifest, error) + func ManifestDigest(ctx context.Context, client *http.Client, registry *url.URL, ...) (digest.Digest, error) + func ManifestV2(ctx context.Context, client *http.Client, registry *url.URL, ...) (*schema2.DeserializedManifest, error) + func Ping(ctx context.Context, client *http.Client, registry *url.URL) error + func PutManifest(ctx context.Context, client *http.Client, registry *url.URL, ...) error + func Repositories(ctx context.Context, client *http.Client, registry *url.URL) (repos []string, err error) + func Tags(ctx context.Context, client *http.Client, registry *url.URL, repository string) (tags []string, err error) + func UploadBlob(ctx context.Context, client *http.Client, registry *url.URL, repository string, ...) error + type AuthorizationChallenge struct + Parameters map[string]string + Scheme string + type HTTPStatusError struct + Body []byte + ContentType string + Status string + StatusCode int + func (e *HTTPStatusError) Error() string