Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) CaptureStderrLines ¶
func (*Config) CaptureStdoutLines ¶
func (*Config) Start ¶
func (cfg *Config) Start() (*Subprocess, error)
type ExitStatus ¶
type Subprocess ¶
type Subprocess struct {
PID int
Status <-chan *ExitStatus
Stdout <-chan string
Stderr <-chan string
}
Click to show internal directories.
Click to hide internal directories.