Shutdown gracefully shuts down the server
(ctx context.Context)
| 155 | |
| 156 | // Shutdown gracefully shuts down the server |
| 157 | func (s *Server) Shutdown(ctx context.Context) error { |
| 158 | return s.server.Shutdown(ctx) |
| 159 | } |
no outgoing calls
no test coverage detected