Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Report ¶
type Report struct {
Command string `json:"command"`
CommandArgs []string `json:"commandArgs"`
Tag string `json:"tag,omitempty"`
Output string `json:"output"`
Stdout string `json:"stdout"`
Stderr string `json:"stderr"`
ExitCode *int `json:"exitCode,omitempty"`
Result string `json:"result"`
Hostname string `json:"hostname"`
Pid *int `json:"pid,omitempty"`
StartAt *time.Time `json:"startAt,omitempty"`
EndAt *time.Time `json:"endAt,omitempty"`
SystemTime *float64 `json:"systemTime,omitempty"`
UserTime *float64 `json:"userTime,omitempty"`
}
Report is represents the result of the command
Click to show internal directories.
Click to hide internal directories.

