Documentation
¶
Overview ¶
Package executor provides an abstration for executing actors using an external tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { StdoutFile string StderrFile string Stdin string // contains filtered or unexported fields }
Command represents the command to be executed along its stdin.
func NewProcess ¶
NewProcess initializes a new Command
type CommandExecutionError ¶
type CommandExecutionError string
CommandExecutionError is raised for errors happening in this package
func (CommandExecutionError) Error ¶
func (cee CommandExecutionError) Error() string
Click to show internal directories.
Click to hide internal directories.