Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandResult ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func (*Executor) RunCommand ¶
func (e *Executor) RunCommand(ctx model.AppContext, cmdName string) ([]*CommandResult, bool)
func (*Executor) RunTarget ¶
func (e *Executor) RunTarget(ctx model.AppContext, targetName string, resultsC chan<- []*CommandResult) bool
Click to show internal directories.
Click to hide internal directories.