Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrCommandSsh ¶
Types ¶
type CustomNonInteractiveRunner ¶
type CustomNonInteractiveRunner struct {
// contains filtered or unexported fields
}
func NewCustomNonInteractiveRunner ¶
func NewCustomNonInteractiveRunner(customRunner CustomRunner) CustomNonInteractiveRunner
func (CustomNonInteractiveRunner) Run ¶
func (r CustomNonInteractiveRunner) Run(connOpts boshssh.ConnectionOpts, result boshdir.SSHResult, rawCmd []string) error
type CustomProvider ¶
type CustomProvider struct {
// contains filtered or unexported fields
}
func NewCustomProvider ¶
func (CustomProvider) NewSSHRunner ¶
func (p CustomProvider) NewSSHRunner() boshssh.Runner
type CustomRunner ¶
type CustomRunner struct {
// contains filtered or unexported fields
}
func NewCustomRunner ¶
type ErrCommandSsh ¶
type ErrCommandSsh struct {
// contains filtered or unexported fields
}
func (ErrCommandSsh) Error ¶
func (e ErrCommandSsh) Error() string
func (ErrCommandSsh) ExitCode ¶
func (e ErrCommandSsh) ExitCode() int
func (ErrCommandSsh) String ¶
func (e ErrCommandSsh) String() string
Click to show internal directories.
Click to hide internal directories.