package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Packages

# Functions

NewClient creates a registry client with the default authorizer which determines the auth scheme of the registry automatically and calls the corresponding underlying authorizers(basic/bearer) to do the auth work.
NewClientWithAuthorizer creates a registry client with the provided authorizer.

# Constants

const definition.

# Variables

Cli is the global registry client instance, it targets to the backend docker registry.

# Interfaces

Client defines the methods that a registry client should implements.