MCPcopy Create free account
hub / github.com/cli/cli / AuthFailClient

Struct AuthFailClient

pkg/cmd/attestation/artifact/oci/mock_client.go:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type AuthFailClient struct{}
42
43func (c AuthFailClient) GetImageDigest(imgName string) (*v1.Hash, name.Reference, error) {
44 return nil, nil, ErrRegistryAuthz

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected