| 1685 | } |
| 1686 | |
| 1687 | type roundTripImpl struct { |
| 1688 | *Client |
| 1689 | } |
| 1690 | |
| 1691 | func (r roundTripImpl) RoundTrip(req *Request) (resp *Response, err error) { |
| 1692 | return r.roundTrip(req) |
nothing calls this directly
no outgoing calls
no test coverage detected