Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActionInsert = "insert" ActionUpdate = "update" ActionDelete = "delete" )
Event actions
Variables ¶
View Source
var ( // ActionsMap is map of all supported actions ActionsMap = map[string]bool{ ActionInsert: true, ActionUpdate: true, ActionDelete: true, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.