Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartTask ¶
func StartTask(config *config.GlobalConfig) error
Types ¶
type MsgTool ¶
type MsgTool struct {
Config *config.GlobalConfig
// contains filtered or unexported fields
}
func InitMsgTool ¶
func InitMsgTool(config *config.GlobalConfig) (*MsgTool, error)
func NewMsgTool ¶
func NewMsgTool(msgDatabase controller.CommonMsgDatabase, userDatabase controller.UserDatabase, groupDatabase controller.GroupDatabase, conversationDatabase controller.ConversationDatabase, msgNotificationSender *notification.MsgNotificationSender, config *config.GlobalConfig, ) *MsgTool
func (*MsgTool) AllConversationClearMsgAndFixSeq ¶
func (c *MsgTool) AllConversationClearMsgAndFixSeq()
func (*MsgTool) ClearConversationsMsg ¶
func (*MsgTool) ConversationsDestructMsgs ¶
func (c *MsgTool) ConversationsDestructMsgs()
Click to show internal directories.
Click to hide internal directories.