| 106 | } |
| 107 | |
| 108 | type headersRoundTripper struct { |
| 109 | next http.RoundTripper |
| 110 | config *Headers |
| 111 | } |
| 112 | |
| 113 | // RoundTrip implements http.RoundTripper. |
| 114 | func (rt *headersRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected