ssh

package
v0.0.0-...-c6edfa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandOperator

type CommandOperator interface {
	Execute(command string) (CommandRes, error)
}

type CommandRes

type CommandRes struct {
	StdOut []byte
	StdErr []byte
}

type ExecOperator

type ExecOperator struct {
}

func (ExecOperator) Execute

func (ex ExecOperator) Execute(command string) (CommandRes, error)

type SSHOperator

type SSHOperator struct {
	// contains filtered or unexported fields
}

func NewSSHOperator

func NewSSHOperator(address string, config *ssh.ClientConfig) (*SSHOperator, error)

func (SSHOperator) Close

func (s SSHOperator) Close() error

func (SSHOperator) Execute

func (s SSHOperator) Execute(command string) (CommandRes, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL