Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HookType ¶
type HookType string
const ( BeforeInsert HookType = "beforeInsert" AfterInsert HookType = "afterInsert" BeforeUpdate HookType = "beforeUpdate" AfterUpdate HookType = "afterUpdate" BeforeQuery HookType = "beforeQuery" AfterQuery HookType = "afterQuery" BeforeRemove HookType = "beforeRemove" AfterRemove HookType = "afterRemove" )
type InsertHook ¶
InsertHook defines the insert hook interface
type RemoveHook ¶
RemoveHook defines the remove hook interface
type UpdateHook ¶
UpdateHook defines the Update hook interface
Click to show internal directories.
Click to hide internal directories.