mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-11 20:19:18 +08:00
13 lines
338 B
Go
13 lines
338 B
Go
package new
|
|
|
|
const (
|
|
WS_USERID = "sendID"
|
|
COMMON_USERID = "userID"
|
|
PLATFORM_ID = "platformID"
|
|
CONN_ID = "connID"
|
|
TOKEN = "token"
|
|
OPERATION_ID = "operationID"
|
|
COMPRESSION = "compression"
|
|
GZIP_COMPRESSION_PROTOCAL = "gzip"
|
|
)
|