( ctx context.Context, rw http.ResponseWriter, r *http.Request, )
| 17 | type monitor interface { |
| 18 | Stop(ctx context.Context) |
| 19 | StartRequest( |
| 20 | ctx context.Context, |
| 21 | rw http.ResponseWriter, |
| 22 | r *http.Request, |
no outgoing calls
no test coverage detected