Versions in this module Expand all Collapse all v0 v0.7.1 Dec 6, 2013 Changes in this version + const CONFIGFILE + const INDEXSERVER + var ErrConfigFileMissing = errors.New("The Auth config file is missing") + func IndexServerAddress() string + func Login(authConfig *AuthConfig, factory *utils.HTTPRequestFactory) (string, error) + func SaveConfig(configFile *ConfigFile) error + type AuthConfig struct + Auth string + Email string + Password string + ServerAddress string + Username string + type ConfigFile struct + Configs map[string]AuthConfig + func LoadConfig(rootPath string) (*ConfigFile, error) + func (config *ConfigFile) ResolveAuthConfig(registry string) AuthConfig