mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
13 lines
290 B
Go
13 lines
290 B
Go
|
|
package cmd
|
||
|
|
|
||
|
|
const (
|
||
|
|
RpcPushServer = "push"
|
||
|
|
RpcAuthServer = "auth"
|
||
|
|
RpcConversationServer = "conversation"
|
||
|
|
RpcFriendServer = "friend"
|
||
|
|
RpcGroupServer = "group"
|
||
|
|
RpcMsgServer = "msg"
|
||
|
|
RpcThirdServer = "third"
|
||
|
|
RpcUserServer = "user"
|
||
|
|
)
|