ServerConfig a shortcut for App.Config.ServerConfig
()
| 101 | |
| 102 | // ServerConfig a shortcut for App.Config.ServerConfig |
| 103 | func (server *HttpServer) ServerConfig() *config.ServerNode { |
| 104 | return server.DotApp.Config.Server |
| 105 | } |
| 106 | |
| 107 | // SessionConfig a shortcut for App.Config.SessionConfig |
| 108 | func (server *HttpServer) SessionConfig() *config.SessionNode { |
no outgoing calls
no test coverage detected