Structs§
- Auth
Context - Authentication context available to all functions.
- Mutation
Context - Context for mutation functions (transactional database access).
- Outbox
Buffer - Pending
Job - Pending
Workflow - Query
Context - Context for query functions (read-only database access).
- Request
Metadata - Request metadata available to all functions.
Enums§
- DbConn
- Abstracts over pool and transaction connections so handlers can work with either.
Type Aliases§
- JobInfo
Lookup - Callback type for looking up job info by name.