Documentation ¶
Index ¶
Constants ¶
View Source
const ( RouteFirstRoundForbid = "first_round_forbid" RouteSecondRound = "second_round" RouteAutoOpen = "auto_open" RouteDelayOpen = "delay_open" RouteDeleteArchive = "delete_archive" RouteForceSync = "force_sync" )
const is
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountNotify ¶
AccountNotify is
type Message ¶
type Message struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
Message databus
Click to show internal directories.
Click to hide internal directories.