Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutionError ¶
func RequestSudo ¶
Types ¶
type ExecutionError ¶
type ExecutionError struct {
// contains filtered or unexported fields
}
func (ExecutionError) Cmd ¶
func (e ExecutionError) Cmd() string
func (ExecutionError) Code ¶
func (e ExecutionError) Code() int
func (ExecutionError) Error ¶
func (e ExecutionError) Error() string
func (ExecutionError) Stderr ¶
func (e ExecutionError) Stderr() *bufio.Reader
func (ExecutionError) Stdout ¶
func (e ExecutionError) Stdout() *bufio.Reader
Click to show internal directories.
Click to hide internal directories.