Versions in this module Expand all Collapse all v4 v4.0.1 Oct 3, 2019 Changes in this version + var ErrNotLoggedIn = errors.New("not logged in") + var ErrNotSupported = errors.New("not supported") + func GetAuthentication(sys *types.SystemContext, registry string) (string, string, error) + func RemoveAllAuthentication(sys *types.SystemContext) error + func RemoveAuthentication(sys *types.SystemContext, registry string) error + func SetAuthentication(sys *types.SystemContext, registry, username, password string) error Other modules containing this package github.com/containers/image github.com/containers/image/v5