(req *http.Request)
| 26 | // wrapper that implements Do to provide authentication or headers. |
| 27 | type HTTPRequester interface { |
| 28 | Do(req *http.Request) (*http.Response, error) |
| 29 | } |
| 30 | |
| 31 | // FetchEvent represents the type of a progress event from FetchRemainingBlocks |
no outgoing calls
no test coverage detected