constants

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PYTHON_RUNTIME Runtime = "python"
	GO_RUNTIME             = "go"
	JAVA_RUNTIME           = "java"
)
View Source
const (
	LOGIC_STEP StepType = "logic"
	API_STEP            = "api"
	GRPC_STEP           = "grpc"
)
View Source
const (
	RUN_ENGINE       string = "run"
	STOP_ENGINE             = "stop"
	PUSH_CONFIG             = "push"
	LIST_ALL_CONFIGS        = "list"
	REMOVE                  = "rm"
)
View Source
const (
	HELP         string = "--help"
	ALL                 = "all"
	ALL_SHORT           = "a"
	PORT                = "port"
	PORT_SHORT          = "p"
	PATH                = "path"
	DETACH              = "detach"
	DETACH_SHORT        = "d"
)

To specify various flags

View Source
const (
	ENC_DEC_KEY  = "D*F-JaNdRgUkXp2s5v8y/B?E(H+KbPeS"
	ENC_BASE_DIR = "./configs/workflow-configs"
)

To specify 32 byte encrypt-decrypt key

View Source
const (
	DATA_REGEX  string = `\$\$[[key]](\.[a-zA-Z0-9]*)*`
	QUERY_REGEX        = `\$\$queryParams(\.[a-zA-Z0-9]*)*`
)
View Source
const DB_PATH = "./configs/engine-configs/workflow.db"

Database file path

View Source
const PID_FILE = "/tmp/workflow.pid"

PID file to store process id for the workflow engine

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

type Runtime string

Constants to specify runtime

type StepType

type StepType string

To specify step types

Jump to

Keyboard shortcuts

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