Versions in this module Expand all Collapse all v1 v1.5.1 Mar 21, 2019 Changes in this version + var ErrNotLoggedIn = errors.New("not logged in") + func GetAuthentication(sys *types.SystemContext, registry string) (string, string, error) + func GetUserLoggedIn(sys *types.SystemContext, registry 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