MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Backend

Struct Backend

pkg/blobmanager/oci/backend.go:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39)
40
41type Backend struct {
42 keychain Keychain
43 prefix string
44 repo string
45}
46
47type Keychain = authn.Keychain
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected