hooks

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AfterLoad

func AfterLoad(ctx context.Context, tx DB, model interface{}) error

func AfterSave

func AfterSave(ctx context.Context, tx DB, model interface{}) error

func BeforeSave

func BeforeSave(ctx context.Context, tx DB, model interface{}) error

Types

type AfterLoader

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

type AfterSaver

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

type BeforeSaver

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

type DB added in v0.5.0

type DB = helpers.QueryExecer

Jump to

Keyboard shortcuts

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