Router returns the main router.
()
| 329 | |
| 330 | // Router returns the main router. |
| 331 | func (s *Server) Router() *mux.Router { |
| 332 | return s.router |
| 333 | } |
| 334 | |
| 335 | // APIRouter returns the API router. |
| 336 | func (s *Server) APIRouter() *mux.Router { |
no outgoing calls