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

Struct githubKeychain

pkg/authn/github/keychain.go:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31var Keychain authn.Keychain = githubKeychain{}
32
33type githubKeychain struct{}
34
35func (githubKeychain) Resolve(r authn.Resource) (authn.Authenticator, error) {
36 serverURL, err := url.Parse("https://" + r.String())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected