Documentation
¶
Overview ¶
Package exec contains helper abstractions for working with external commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Streaming ¶
type Streaming struct {
// contains filtered or unexported fields
}
Streaming models a generic command execution that consumers can use to execute commands and stream their output to an io.Writer. For example compute commands can use this to standardize the flow control for each compiler toolchain.
func NewStreaming ¶
NewStreaming constructs a new Streaming instance.
Click to show internal directories.
Click to hide internal directories.