HTTPClient interface for testing
| 115 | |
| 116 | // HTTPClient interface for testing |
| 117 | type HTTPClient interface { |
| 118 | Do(req *http.Request) (*http.Response, error) |
| 119 | } |
| 120 | |
| 121 | // Uploader |
| 122 | type Uploader struct { |
no outgoing calls
no test coverage detected