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

Struct wrapper

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

Source from the content-addressed store, hash-verified

198func NewKeychainFromHelper(h Helper) Keychain { return wrapper{h} }
199
200type wrapper struct{ h Helper }
201
202func (w wrapper) Resolve(r Resource) (Authenticator, error) {
203 return w.ResolveContext(context.Background(), r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected