func(req *http.Request, ctx *martian.Context) error
| 41 | ) |
| 42 | |
| 43 | type OnRequestFunc func(req *http.Request, ctx *martian.Context) error |
| 44 | type OnResponseFunc func(resp *http.Response, ctx *martian.Context) error |
| 45 | |
| 46 | type Options struct { |
nothing calls this directly
no outgoing calls
no test coverage detected