Versions in this module Expand all Collapse all v1 v1.0.0 May 15, 2018 Changes in this version + func NewErrCommandSsh(message string, exitCode int) error + type CustomNonInteractiveRunner struct + func NewCustomNonInteractiveRunner(customRunner CustomRunner) CustomNonInteractiveRunner + func (r CustomNonInteractiveRunner) Run(connOpts boshssh.ConnectionOpts, result boshdir.SSHResult, rawCmd []string) error + type CustomProvider struct + func NewCustomProvider(cmdRunner boshsys.CmdRunner, fs boshsys.FileSystem, writerStdout io.Writer, ...) CustomProvider + func (p CustomProvider) NewSSHRunner() boshssh.Runner + type CustomRunner struct + func NewCustomRunner(cmdRunner boshsys.CmdRunner, ...) CustomRunner + func (r CustomRunner) Run(connOpts boshssh.ConnectionOpts, result boshdir.SSHResult, ...) error + type ErrCommandSsh struct + func (e ErrCommandSsh) Error() string + func (e ErrCommandSsh) ExitCode() int + func (e ErrCommandSsh) String() string