repository

package
v0.0.0-...-20693d9 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UOW

type UOW interface {
	Do(ctx context.Context, fn func(*UowTx) errs.Error) errs.Error
}

type UOWProvider

type UOWProvider interface {
	New() UOW
}

func NewUOWProvider

func NewUOWProvider(db *db.DB, logger *slog.Logger) UOWProvider

type UowTx

type UowTx struct {
	DB *db.DB
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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