(rw http.ResponseWriter, req *http.Request)
| 184 | } |
| 185 | |
| 186 | func (srv *Server) ServeHTTP(rw http.ResponseWriter, req *http.Request) { |
| 187 | srv.echo.ServeHTTP(rw, req) |
| 188 | } |
| 189 | |
| 190 | func (srv *Server) Shutdown() error { |
| 191 | log.Info("shutting down") |
nothing calls this directly
no outgoing calls
no test coverage detected