This commit is contained in:
withchao
2023-02-13 19:31:17 +08:00
parent d7ea41fa1a
commit b4f967ea97
6 changed files with 192 additions and 25 deletions
+2
View File
@@ -1,6 +1,7 @@
package msg
import (
"Open_IM/internal/common/check"
"Open_IM/internal/common/notification"
"Open_IM/internal/common/rpcserver"
"Open_IM/pkg/common/config"
@@ -25,6 +26,7 @@ import (
type msgServer struct {
*rpcserver.RpcServer
MsgInterface controller.MsgInterface
Group *check.GroupChecker
}
type deleteMsg struct {