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