worker

package
v0.0.0-...-a869338 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtomicOperation

type AtomicOperation[CTX any] func(CTX) error

type QueryWorker

type QueryWorker[T any] interface {
	Query(context.Context) T
}

type UnitOfWork

type UnitOfWork[CTX any] interface {
	Execute(ctx context.Context, op AtomicOperation[CTX]) error
}

Jump to

Keyboard shortcuts

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