Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandOperator ¶
type CommandRes ¶
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)
func (SSHOperator) Upload ¶
func (s SSHOperator) Upload(content string, remotePath string, permissions string) error
func (SSHOperator) UploadFile ¶
func (s SSHOperator) UploadFile(path string, remotePath string, permissions string) error
Click to show internal directories.
Click to hide internal directories.