(http.ResponseWriter, *http.Request)
| 160 | HandleFunc(string, func(http.ResponseWriter, *http.Request)) |
| 161 | Handle(string, http.Handler) |
| 162 | ServeHTTP(http.ResponseWriter, *http.Request) |
| 163 | } |
| 164 | type Serve struct { |
| 165 | mux MuxHandler |
no outgoing calls
no test coverage detected