Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TESTIP = "127.0.0.1" APIADDR = fmt.Sprintf("http://%v:20002", TESTIP) WSADDR = fmt.Sprintf("ws://%v:20001", TESTIP) SECRET = "openIM123" MANAGERUSERID = "openIMAdmin" PLATFORMID = constant.WindowsPlatformID LogLevel = uint32(5) REGISTERADDR = APIADDR + constant.UserRegister TOKENADDR = APIADDR + constant.GetUsersToken )
system
Functions ¶
func GetConfig ¶
func GetConfig() *sdk_struct.IMConfig
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.