Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRunner ¶
type CommandRunner struct {
// contains filtered or unexported fields
}
func NewCommandRunner ¶
func (*CommandRunner) Result ¶
func (cmd *CommandRunner) Result() (string, error)
type InstanceFinder ¶
type InstanceFinder interface { Find() ([]Instance, error) FindByIdentifier(identifier string) ([]Instance, error) }
func NewInstanceFinder ¶
func NewInstanceFinder(cfg *config.Config) InstanceFinder
type RunSCPInput ¶
type RunSSHInput ¶
type Session ¶
type Session interface { Close() error RunPlugin() error RunSSH(input *RunSSHInput) error RunSCP(input *RunSCPInput) error }
func NewSession ¶
Click to show internal directories.
Click to hide internal directories.