Documentation
¶
Overview ¶
Package ids provides cycle-safe domain key types for cross-module orchestration scenario assembly. It imports only internal/domain/types so both store-layer tests and the workflowkit package itself can depend on it without creating an import cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttemptKey ¶
type AttemptKey struct {
RunID domaintypes.RunID
Attempt int32
}
AttemptKey identifies a unique run-attempt combination used as a map key in recovery orchestration scenarios.
Click to show internal directories.
Click to hide internal directories.