constants

package
v1.1.0-timing.5-beta.2... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL