| 229 | } |
| 230 | |
| 231 | type enhancedResponse struct { |
| 232 | Foo string `json:"foo"` |
| 233 | } |
| 234 | |
| 235 | func (e enhancedResponse) StatusCode() int { return http.StatusPaymentRequired } |
| 236 | func (e enhancedResponse) Headers() http.Header { return http.Header{"X-Edward": []string{"Snowden"}} } |
nothing calls this directly
no outgoing calls
no test coverage detected