Router returns the underlying Gin router for advanced customization
()
| 339 | |
| 340 | // Router returns the underlying Gin router for advanced customization |
| 341 | func (s *Server) Router() *gin.Engine { |
| 342 | return s.router |
| 343 | } |
| 344 | |
| 345 | // healthCheck handles health check requests |
| 346 | func (s *Server) healthCheck(c *gin.Context) { |
no outgoing calls