auth

package
v0.0.0-...-d9dc2da Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

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

Jump to

Keyboard shortcuts

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