Documentation
¶
Overview ¶
Copyright (c) 2019 Stefaan Coussement MIT License
more info: https://github.com/elebertus/golang-exec
Index ¶
- type Connection
- type Error
- type Runner
- func (r *Runner) Close() error
- func (r *Runner) ExitCode() int
- func (r *Runner) Run() error
- func (r *Runner) SetStderrWriter(stderr io.Writer)
- func (r *Runner) SetStdoutWriter(stdout io.Writer)
- func (r *Runner) Start() error
- func (r *Runner) StderrPipe() (io.Reader, error)
- func (r *Runner) StdoutPipe() (io.Reader, error)
- func (r *Runner) Wait() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) SetStderrWriter ¶
func (*Runner) SetStdoutWriter ¶
Click to show internal directories.
Click to hide internal directories.