Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterCreate ¶
type AfterCreate interface {
AfterCreate() error
}
type AfterDelete ¶
type AfterDelete interface {
AfterDelete() error
}
type AfterPatch ¶
type AfterPatch interface {
AfterPatch() error
}
type AfterUpdate ¶
type AfterUpdate interface {
AfterUpdate() error
}
type BeforeCreate ¶
type BeforeCreate interface {
BeforeCreate() error
}
type BeforeDelete ¶
type BeforeDelete interface {
BeforeDelete() error
}
type BeforePatch ¶
type BeforePatch interface {
BeforePatch() error
}
type BeforeUpdate ¶
type BeforeUpdate interface {
BeforeUpdate() error
}
Click to show internal directories.
Click to hide internal directories.