Versions in this module Expand all Collapse all v0 v0.5.5 May 1, 2015 v0.5.4 Apr 23, 2015 Changes in this version + type BasicCredentials struct + Password string + User string + type Config struct + AuthPerHost map[string]Headerer + DockerCredentialsPerRegistry map[string]BasicCredentials + func GetConfig() (*Config, error) + func GetConfigFrom(system, local string) (*Config, error) + func GetConfigFromDir(dir string) (*Config, error) + type Headerer interface + Header func() http.Header