Documentation ¶
Index ¶
Constants ¶
View Source
const ( TestIP = "127.0.0.1" APIAddr = "http://" + TestIP + ":10002" WsAddr = "ws://" + TestIP + ":10001" Secret = "openIM123" PlatformID = constant.WindowsPlatformID LogLevel = 6 DataDir = "./data/" LogFilePath = "./logs/" AdminUserID = "imAdmin" )
View Source
const (
ErrGroupCommonLimit = 200 // max goroutine of an error group
)
View Source
const (
MaxUserNum = 1e+5 // max users
)
Variables ¶
This section is empty.
Functions ¶
func GetConf ¶
func GetConf() sdk_struct.IMConfig
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.