MCPcopy
hub / github.com/docker/compose / GetAuthConfig

Method GetAuthConfig

pkg/compose/pull.go:277–277  ·  pkg/compose/pull.go::authProvider.GetAuthConfig
(registryHostname string)

Source from the content-addressed store, hash-verified

275
276type authProvider interface {
277 GetAuthConfig(registryHostname string) (clitypes.AuthConfig, error)
278}
279
280func encodedAuth(ref reference.Named, configFile authProvider) (string, error) {

Callers 3

pushServiceImageMethod · 0.80
encodedAuthFunction · 0.80
NewResolverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected