Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellExecutor ¶
type ShellExecutor struct { ManagerCtx context.Context ResultCh chan string CmdName string CmdParams []string FinishCB func() ErrorCB func(err error) }
func NewShellExecutor ¶
func (*ShellExecutor) ExecCommand ¶
func (s *ShellExecutor) ExecCommand()
Click to show internal directories.
Click to hide internal directories.