Documentation
¶
Overview ¶
Package auth provides authentication functionality for Azure Container Registry operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// Login logs into a container registry.
Login(ctx context.Context, hostname, username, secret string) error
// Logout logs out of a container registry.
Logout(ctx context.Context, hostname string) error
// GetCredential returns a credential for the hostname.
GetCredential(hostname string) (string, string, error)
}
Client is the interface defined for a docker authentication client
Directories
¶
| Path | Synopsis |
|---|---|
|
Package oras provides ORAS (OCI Registry As Storage) client functionality for interacting with container registries using the ORAS protocol.
|
Package oras provides ORAS (OCI Registry As Storage) client functionality for interacting with container registries using the ORAS protocol. |
Click to show internal directories.
Click to hide internal directories.