Skip to main content

Module context

Module context 

Source

Structs§

AuthContext
Authentication context available to all functions.
MutationContext
Context for mutation functions (transactional database access).
OutboxBuffer
PendingJob
PendingWorkflow
QueryContext
Context for query functions (read-only database access).
RequestMetadata
Request metadata available to all functions.

Enums§

DbConn
Abstracts over pool and transaction connections so handlers can work with either.

Type Aliases§

JobInfoLookup
Callback type for looking up job info by name.