Files
open-im-server/internal/msggateway/new/constant.go
T

13 lines
338 B
Go
Raw Normal View History

2023-02-16 16:32:31 +08:00
package new
const (
2023-02-22 21:06:55 +08:00
WS_USERID = "sendID"
COMMON_USERID = "userID"
2023-02-16 16:32:31 +08:00
PLATFORM_ID = "platformID"
2023-02-22 21:06:55 +08:00
CONN_ID = "connID"
2023-02-16 16:32:31 +08:00
TOKEN = "token"
OPERATION_ID = "operationID"
COMPRESSION = "compression"
GZIP_COMPRESSION_PROTOCAL = "gzip"
)