Versions in this module Expand all Collapse all v1 v1.1.0 May 26, 2023 v1.0.0 May 26, 2023 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