Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface { Execute(cmd string, options []string, environment []string) error GetCommand() []string }
func GetExecutor ¶
func GetExecutor() Executor
type SystemExecutor ¶
type SystemExecutor struct { }
func (*SystemExecutor) Execute ¶
func (s *SystemExecutor) Execute(cmd string, options []string, environment []string) error
func (*SystemExecutor) GetCommand ¶
func (s *SystemExecutor) GetCommand() []string
Click to show internal directories.
Click to hide internal directories.