Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateUnknown = "unknown" StateError = "error" StateStarted = "started" StateCompleted = "completed" StateExited = "exited" StateDone = "done" )
Command state constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type is the command type name
const ( Build Type = "build" Profile Type = "profile" Xray Type = "xray" Lint Type = "lint" Images Type = "images" Containerize Type = "containerize" Convert Type = "convert" Merge Type = "merge" Edit Type = "edit" Debug Type = "debug" Probe Type = "probe" Run Type = "run" Server Type = "server" Registry Type = "registry" Vulnerability Type = "vulnerability" Version Type = "version" Update Type = "update" )
Command type constants
Click to show internal directories.
Click to hide internal directories.