GetServerConfig Get server config
()
| 97 | |
| 98 | // GetServerConfig Get server config |
| 99 | func GetServerConfig() *serverConfig { |
| 100 | return defaultApp.ServerConfig() |
| 101 | } |
| 102 | |
| 103 | // GetClientConfig Get client config |
| 104 | func GetClientConfig() *clientConfig { |
no test coverage detected