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

Struct CASClient

app/controlplane/pkg/biz/mocks/CASClient.go:14–16  ·  view source on GitHub ↗

CASClient is an autogenerated mock type for the CASClient type

Source from the content-addressed store, hash-verified

12
13// CASClient is an autogenerated mock type for the CASClient type
14type CASClient struct {
15 mock.Mock
16}
17
18// Download provides a mock function with given fields: ctx, backendType, secretID, orgID, w, digest
19func (_m *CASClient) Download(ctx context.Context, backendType string, secretID string, orgID uuid.UUID, w io.Writer, digest string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected