Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonResq ¶
type CommonResq struct { Code int64 `json:"code"` TS int64 `json:"ts"` Message string `json:"message"` }
CommonResq CommonResq
type Message ¶
type Message struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
Message is databus message.
type RecoveryInfo ¶
type RecoveryInfo struct { Rid int64 `json:"rid" params:"rid;Required"` // 用户rid列表 Status int64 `json:"status"` }
RecoveryInfo recoveryInfo.
Click to show internal directories.
Click to hide internal directories.