Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
func ExecuteCommand(executor CommandExecutor, cmd Command) error
Types ¶
type CommandExecutor ¶
type UnexpectedResultError ¶
type UnexpectedResultError struct { StdOut string StdErr string ExitCode *int UnderlyingError error }
func (*UnexpectedResultError) Error ¶
func (u *UnexpectedResultError) Error() string
Click to show internal directories.
Click to hide internal directories.