Documentation
¶
Overview ¶
Package constants defines shared string constants used across the server.
Index ¶
Constants ¶
View Source
const ( ExecutorShell = "shell" ExecutorHTTP = "http" )
Executor type aliases.
View Source
const ( ApproverHTTP = "http" ApproverShell = "shell" ApproverLimits = "limits" )
Approver type aliases.
View Source
const ( CacheKeyStrategyAuto = "auto" CacheKeyStrategyCorrelationID = "correlation_id" CacheKeyStrategyArgumentsHash = "arguments_hash" )
Idempotency cache key strategies.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.