Documentation ¶
Overview ¶
Package exec - Content managed by Project Forge, see [projectforge.md] for details.
Package exec - Content managed by Project Forge, see [projectforge.md] for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type Exec struct { Key string `json:"key"` Idx int `json:"idx"` Cmd string `json:"cmd"` Env []string `json:"env,omitempty"` Path string `json:"path"` Started *time.Time `json:"started"` PID int `json:"pid"` Completed *time.Time `json:"completed"` ExitCode int `json:"exitCode"` Link string `json:"link,omitempty"` Buffer *bytes.Buffer `json:"-"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.