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 ¶
Click to show internal directories.
Click to hide internal directories.