Shutdown server and clean up resources
()
| 388 | |
| 389 | // Shutdown server and clean up resources |
| 390 | func (s *Server) Shutdown() { |
| 391 | s.httpPathServer.Shutdown() |
| 392 | s.Server.Shutdown() |
| 393 | } |
| 394 | |
| 395 | // newServer instantiates a new instance of the health API server on the |
| 396 | // defaults unix socket. |
no test coverage detected