Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
// ExecUser username for exec command
ExecUser string
// ExecHost hostname for exec command
ExecHost string
// Command command for exec
Command string
}
Input input format for runner interface
type Output ¶
type Output struct {
// Status for exec result
Status string
// StdError error output for exec result
StdError string
// StdOutput normal output for exec result
StdOutput string
// ExecStart start time when exec command
ExecStart time.Time
// ExecEnd end time when exec command
ExecEnd time.Time
}
Output output format for runner interface
Click to show internal directories.
Click to hide internal directories.