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

Struct Backend

pkg/blobmanager/azureblob/backend.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type Backend struct {
34 storageAccountName string
35 container string
36 credentials *azidentity.ClientSecretCredential
37 endpoint string
38}
39
40var _ backend.UploaderDownloader = (*Backend)(nil)
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected