Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTimeout = errors.New("pulsedev: waiting for command to finish has timed out")
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type Exec interface {
// LookPath TODO(rjeczalik): document
LookPath(string) (string, error)
// CombinedOutput TODO(rjeczalik): document
CombinedOutput(string, []string) (io.Writer, io.Reader, func(time.Duration) error, error)
}
Exec TODO(rjeczalik): document
Click to show internal directories.
Click to hide internal directories.