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

Struct Downloader

pkg/casclient/mocks/Downloader.go:13–15  ·  view source on GitHub ↗

Downloader is an autogenerated mock type for the Downloader type

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected