(ctx context.Context, m *mockDownloader)
| 44 | ) |
| 45 | |
| 46 | func usingDownloader(ctx context.Context, m *mockDownloader) context.Context { |
| 47 | return context.WithValue(ctx, DownloaderFuncKey, m) |
| 48 | } |
| 49 | |
| 50 | type mockDownloader struct { |
| 51 | mock.Mock |
no outgoing calls
no test coverage detected