hooks

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AfterLoad

func AfterLoad(ctx context.Context, tx database.DB, model any) error

func AfterSave

func AfterSave(ctx context.Context, tx database.DB, model any) error

func BeforeSave

func BeforeSave(ctx context.Context, tx database.DB, model any) error

Types

type AfterLoader

type AfterLoader interface {
	AfterLoad(ctx context.Context, tx database.DB) error
}

type AfterSaver

type AfterSaver interface {
	AfterSave(ctx context.Context, tx database.DB) error
}

type BeforeSaver

type BeforeSaver interface {
	BeforeSave(ctx context.Context, tx database.DB) error
}

Jump to

Keyboard shortcuts

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