Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArgTlsInsecure = "insecure" ArgPipelineExecutionMode = "execution-mode" ArgPipelineWaitTime = "wait-time" )
View Source
const ( DefaultFlowpipeHost = "http://localhost:7103" DefaultServerPort = 7103 DefaultListen = "network" DefaultExecutionMode = ExecutionModeAsynchronous DefaultWaitRetry = 60 ExecutionModeSynchronous = "synchronous" ExecutionModeAsynchronous = "asynchronous" MaxScanSize = bufio.MaxScanTokenSize * 40 FormUrl = "form_url" )
View Source
const ( // FlowpipeShortDescription is a short description of the application used in the CLI. FlowpipeShortDescription = "Pipelines and workflows for DevSecOps" // FlowpipeLongDescription is a long description of the application used in the CLI. FlowpipeLongDescription = `` /* 499-byte string literal not displayed */ )
View Source
const ( StateFailed = "failed" StateFinished = "finished" StateSkipped = "skipped" FailureModeIgnored = "ignored" // ignored=true FailureModeStandard = "normal" // "normal" failure, retry or ignored=true will be followed FailureModeFatal = "fatal" // rendering output, retry, throw, loop (and other) blocks )
View Source
const FlowpipeConfigCacheKey = "#flowpipeconfig"
View Source
const FlowpipeSampleContent = `` /* 223-byte string literal not displayed */
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.