hooks

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2025 License: MIT Imports: 0 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL