Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRunner ¶
type CommandRunner struct {
// contains filtered or unexported fields
}
CommandRunner runs a specific command
func NewCommandRunner ¶
func NewCommandRunner(command string, args ...string) *CommandRunner
NewCommandRunner creates a new command runner
func (*CommandRunner) Run ¶
func (r *CommandRunner) Run(logsDir string) (bool, error)
Run runs the command
func (*CommandRunner) String ¶
func (r *CommandRunner) String() string
Click to show internal directories.
Click to hide internal directories.