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

Struct CASBackendUseCase

app/controlplane/pkg/biz/casbackend.go:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184type CASBackendUseCase struct {
185 repo CASBackendRepo
186 logger *log.Helper
187 credsRW credentials.ReaderWriter
188 providers backend.Providers
189 MaxBytesDefault int64
190 auditorUC *AuditorUseCase
191}
192
193// CASServerDefaultOpts holds the default options for the CAS server
194type CASServerDefaultOpts struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected