Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AfterInsertHook ¶
type AfterInsertHook interface {
AfterInsert() error
}
type AfterQueryHook ¶
type AfterQueryHook interface {
AfterQuery() error
}
type AfterRemoveHook ¶
type AfterRemoveHook interface {
AfterRemove() error
}
type AfterUpdateHook ¶
type AfterUpdateHook interface {
AfterUpdate() error
}
type AfterUpsertHook ¶
type AfterUpsertHook interface {
AfterUpsert() error
}
type BeforeInsertHook ¶
type BeforeInsertHook interface {
BeforeInsert() error
}
InsertHook defines the insert hook interface
type BeforeQueryHook ¶
type BeforeQueryHook interface {
BeforeQuery() error
}
QueryHook defines the query hook interface
type BeforeRemoveHook ¶
type BeforeRemoveHook interface {
BeforeRemove() error
}
RemoveHook defines the remove hook interface
type BeforeUpdateHook ¶
type BeforeUpdateHook interface {
BeforeUpdate() error
}
UpdateHook defines the Update hook interface
type BeforeUpsertHook ¶
type BeforeUpsertHook interface {
BeforeUpsert() error
}
UpsertHook defines the upsert hook interface
Click to show internal directories.
Click to hide internal directories.