auth

package
v0.0.0-...-aa5f7aa Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotLoggedIn = errors.New("not logged in")
)

Common errors

Functions

This section is empty.

Types

type Client

type Client interface {
	// Login logs in to a remote server identified by the hostname.
	Login(ctx context.Context, hostname, username, secret string, insecure bool) error
	// Logout logs out from a remote server identified by the hostname.
	// Logout(ctx context.Context, hostname string) error
	// Resolver returns a new authenticated resolver.
	Resolver(ctx context.Context, client *http.Client, plainHTTP bool) (remotes.Resolver, error)
	Credential(hostname string) (string, string, error)
	GetAllCredentials() (map[string]ctypes.AuthConfig, error)
}

Client provides authentication operations for remotes.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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