command

package
v0.0.0-...-5f60744 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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 State

type State string

State is the command state type

type Type

type Type string

Type is the command type name

const (
	Build        Type = "build"
	Profile      Type = "profile"
	Xray         Type = "xray"
	Lint         Type = "lint"
	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"
	Version      Type = "version"
	Update       Type = "update"
)

Command type constants

Jump to

Keyboard shortcuts

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