mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 13:05:58 +08:00
Error code standardization
This commit is contained in:
@@ -27,6 +27,7 @@ type msgServer struct {
|
||||
*rpcserver.RpcServer
|
||||
MsgInterface controller.MsgInterface
|
||||
Group *check.GroupChecker
|
||||
User *check.UserCheck
|
||||
}
|
||||
|
||||
type deleteMsg struct {
|
||||
|
||||
@@ -23,8 +23,6 @@ import (
|
||||
)
|
||||
|
||||
type userServer struct {
|
||||
rpcPort int
|
||||
rpcRegisterName string
|
||||
*rpcserver.RpcServer
|
||||
controller.UserInterface
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user