MCPcopy
hub / github.com/google/go-containerregistry / googleKeychain

Struct googleKeychain

pkg/v1/google/keychain.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27var Keychain authn.Keychain = &googleKeychain{}
28
29type googleKeychain struct {
30 once sync.Once
31 auth authn.Authenticator
32}
33
34// Resolve implements authn.Keychain a la docker-credential-gcr.
35//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected