auth

package
v0.0.0-...-381c873 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2025 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL