Versions in this module Expand all Collapse all v0 v0.18.1 Mar 3, 2026 Changes in this version + func Credential(username, password string) auth.Credential + func NewClient(opts ClientOptions) remote.Client + type ClientOptions struct + Credential auth.Credential + CredentialStore *Store + Debug bool + type DebugTransport struct + func NewDebugTransport(base http.RoundTripper) *DebugTransport + func (t *DebugTransport) RoundTrip(req *http.Request) (resp *http.Response, err error) + type Store struct + func NewStore(configPaths ...string) (*Store, error) + func (s *Store) Credential(_ context.Context, registry string) (auth.Credential, error) + func (s *Store) Erase(registry string) error + func (s *Store) Store(registry string, cred auth.Credential) error