Documentation
¶
Overview ¶
Package queue defines the shared task-queue vocabulary: the Task contract, the default channel, and the channel→subject mapping. The Queue interface itself is consumer-defined and lives in each service. The outbox-backed implementation lives in adapter/outbox_queue.
Index ¶
Constants ¶
View Source
const DefaultChannel = "default"
DefaultChannel is the channel used by Enqueue. Callers that do not care about channels and prioritization never name a channel; the transport layer routes them here.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.