RoundTripFunc .
func(req *http.Request) *http.Response
| 26 | |
| 27 | // RoundTripFunc . |
| 28 | type RoundTripFunc func(req *http.Request) *http.Response |
| 29 | |
| 30 | // RoundTrip . |
| 31 | func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…