Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActUpdate = "update" ActInsert = "insert" ActDelete = "delete" ResultNo = 0 ResultHome = 1 ResultDraw = 2 ResultAway = 3 )
ActUpdate .
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActMatchObj ¶
type ActMatchObj struct { ID int64 `json:"id"` MatchID int64 `json:"match_id"` SID int64 `json:"sid"` Result int `json:"result"` }
ActMatchObj match object struct.
type ActMatchUser ¶
ActMatchUser match user.
type Message ¶
type Message struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
Message canal binlog message.
Click to show internal directories.
Click to hide internal directories.