Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIBundle ¶
type APIBundle[TTx any] struct { Archetype *baseservice.Archetype Client *river.Client[TTx] DB riverdriver.Executor Driver riverdriver.Driver[TTx] Extensions func(ctx context.Context) (map[string]bool, error) JobListHideArgsByDefault bool Logger *slog.Logger }
APIBundle is a bundle of common types needed for many API endpoints.
Source Files
¶
- api_bundle.go
Click to show internal directories.
Click to hide internal directories.