(string, func(http.ResponseWriter, *http.Request))
| 158 | // muxHandle is used to inject the base mux handler behavior |
| 159 | type MuxHandler interface { |
| 160 | HandleFunc(string, func(http.ResponseWriter, *http.Request)) |
| 161 | Handle(string, http.Handler) |
| 162 | ServeHTTP(http.ResponseWriter, *http.Request) |
| 163 | } |
no outgoing calls
no test coverage detected