Versions in this module Expand all Collapse all v0 v0.4.0 Jan 10, 2017 Changes in this version + type ConfigLookup struct + func NewConfigLookup(configfile *configfile.ConfigFile) *ConfigLookup + func (c *ConfigLookup) All() map[string]types.AuthConfig + func (c *ConfigLookup) Lookup(repoInfo *registry.RepositoryInfo) types.AuthConfig + type Lookup interface + All func() map[string]types.AuthConfig + Lookup func(repoInfo *registry.RepositoryInfo) types.AuthConfig