Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CronTaskConfig ¶ added in v3.7.0
type MsgTool ¶
type MsgTool struct {
// contains filtered or unexported fields
}
func InitMsgTool ¶
func InitMsgTool(ctx context.Context, config *CronTaskConfig) (*MsgTool, error)
func NewMsgTool ¶
func NewMsgTool(msgDatabase controller.CommonMsgDatabase, userDatabase controller.UserDatabase, groupDatabase controller.GroupDatabase, conversationDatabase controller.ConversationDatabase, msgNotificationSender *msg.MsgNotificationSender, config *CronTaskConfig, ) *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.