mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 06:25:58 +08:00
msggateway refactor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package new
|
||||
|
||||
const (
|
||||
USERID = "sendID"
|
||||
PLATFORM_ID = "platformID"
|
||||
TOKEN = "token"
|
||||
OPERATION_ID = "operationID"
|
||||
COMPRESSION = "compression"
|
||||
GZIP_COMPRESSION_PROTOCAL = "gzip"
|
||||
)
|
||||
Reference in New Issue
Block a user