Documentation ¶
Index ¶
Constants ¶
View Source
const ( UpTypeExcitationWhite = 19 //激励回查白名单分组 TableUps = "ups" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinMsg ¶
type BinMsg struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
BinMsg manager binlog消息结构
type UpGroup ¶
type UpGroup struct { ID int64 `json:"id"` MID int64 `json:"mid"` GroupID int64 `json:"group_id"` GroupName string `json:"group_name"` }
UpGroup UP主分组关联关系
Click to show internal directories.
Click to hide internal directories.