Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Process ¶
type Process struct { Pid int PTY bool Script string Env []string ExitStatus string // This callback is called when the process offically starts StartCallback func() // For every line in the process output, this callback will be called // with the contents of the line LineCallback func(string) // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.