Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// ErrInvalidAuthType error message for invalid auth type
ErrInvalidAuthType = "Invalid auth type : %s\n"
)
Functions ¶
This section is empty.
Types ¶
type SSHRunner ¶
SSHRunner execute command by ssh
func (*SSHRunner) ConcurrentExec ¶ added in v0.4.0
func (sr *SSHRunner) ConcurrentExec(input runner.Input, outputChan chan *runner.ConcurrentOutput, limitChan chan int)
ConcurrentExec execute command sync
Click to show internal directories.
Click to hide internal directories.