Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func DetectDefaultStore(c *configfile.ConfigFile) + type Store interface + Erase func(serverAddress string) error + Get func(serverAddress string) (types.AuthConfig, error) + GetAll func() (map[string]types.AuthConfig, error) + Store func(authConfig types.AuthConfig) error + func NewFileStore(file *configfile.ConfigFile) Store + func NewNativeStore(file *configfile.ConfigFile, helperSuffix string) Store