Documentation
¶
Overview ¶
Package runners provides an interface to execute commands.
Index ¶
Constants ¶
View Source
const ( // LogsEnabledDefault defines logs enabling. LogsEnabledDefault = true // Hidden marks a hidden output. Hidden = "HIDDEN" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalRunner ¶
type LocalRunner struct {
UseSudo bool
}
LocalRunner represents implementation of a local runner.
func NewLocalRunner ¶
func NewLocalRunner(useSudo bool) *LocalRunner
NewLocalRunner creates a new LocalRunner instance.
type RunnerError ¶
RunnerError represents a runner error.
Click to show internal directories.
Click to hide internal directories.