| 718 | } |
| 719 | |
| 720 | type singleResponseHTTPDoer struct { |
| 721 | body io.ReadCloser |
| 722 | } |
| 723 | |
| 724 | func (c singleResponseHTTPDoer) Do(req *http.Request) (*http.Response, error) { |
| 725 | return &http.Response{ |
nothing calls this directly
no outgoing calls
no test coverage detected