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

Struct Downloader

pkg/blobmanager/mocks/Downloader.go:28–30  ·  view source on GitHub ↗

Downloader is an autogenerated mock type for the Downloader type

Source from the content-addressed store, hash-verified

26
27// Downloader is an autogenerated mock type for the Downloader type
28type Downloader struct {
29 mock.Mock
30}
31
32// Download provides a mock function with given fields: ctx, w, digest
33func (_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