Downloader is an autogenerated mock type for the Downloader type
| 26 | |
| 27 | // Downloader is an autogenerated mock type for the Downloader type |
| 28 | type Downloader struct { |
| 29 | mock.Mock |
| 30 | } |
| 31 | |
| 32 | // Download provides a mock function with given fields: ctx, w, digest |
| 33 | func (_m *Downloader) Download(ctx context.Context, w io.Writer, digest string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected