mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 21:47:17 +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"
|
|
)
|