mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-19 00:09:02 +08:00
Error code standardization
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
|||||||
|
|
||||||
type ClearMsgTool struct {
|
type ClearMsgTool struct {
|
||||||
msgInterface controller.MsgInterface
|
msgInterface controller.MsgInterface
|
||||||
userInterface controller.UserInterface
|
userInterface controller.UserDatabase
|
||||||
groupInterface controller.GroupInterface
|
groupInterface controller.GroupDatabase
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *ClearMsgTool) getCronTaskOperationID() string {
|
func (c *ClearMsgTool) getCronTaskOperationID() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user