(r *http.Request, reqKey string)
| 31 | } |
| 32 | |
| 33 | func (c *Client) LogRequest(r *http.Request, reqKey string) *http.Request { |
| 34 | return c.client.LogRequest(r, reqKey) |
| 35 | } |
| 36 | |
| 37 | func (c *Client) GitEnv() config.Environment { |
| 38 | return c.client.GitEnv() |
no outgoing calls
no test coverage detected