Documentation
¶
Overview ¶
Package executor handles pack protocol communication using PackRunners.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor handles pack protocol communication using a PackRunner.
func NewExecutor ¶
func NewExecutor(r runner.PackRunner, packLogsEnabled bool) *Executor
NewExecutor creates a new Executor with the given runner. packLogsEnabled controls whether stderr output from the pack is logged.
Click to show internal directories.
Click to hide internal directories.