operator

package
v0.0.0-...-e9ebc2b Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteLocal

func ExecuteLocal(callback Callback) error

func ExecuteRemote

func ExecuteRemote(host string, user string, privateKey string, password string, callback Callback) error

Types

type Callback

type Callback func(CommandOperator) error

type CommandOperator

type CommandOperator interface {
	Execute(command string) error
	Output(command string) ([]byte, error)
	Upload(src io.Reader, remotePath string, mode string) error
	UploadFile(path string, remotePath string, mode string) error
}

type CommandRes

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

type LocalOperator

type LocalOperator struct {
}

func NewLocalOperator

func NewLocalOperator() *LocalOperator

func (LocalOperator) Execute

func (e LocalOperator) Execute(command string) error

func (LocalOperator) Output

func (e LocalOperator) Output(command string) ([]byte, error)

func (LocalOperator) Upload

func (e LocalOperator) Upload(source io.Reader, remotePath string, mode string) error

func (LocalOperator) UploadFile

func (e LocalOperator) UploadFile(path string, remotePath string, mode string) 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) error

func (SSHOperator) Output

func (s SSHOperator) Output(command string) (output []byte, err error)

func (SSHOperator) Upload

func (s SSHOperator) Upload(source io.Reader, remotePath string, mode string) error

func (SSHOperator) UploadFile

func (s SSHOperator) UploadFile(path string, remotePath string, mode string) error

type SshAgentError

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

func NewSshAgentError

func NewSshAgentError(message error) *SshAgentError

func (*SshAgentError) Error

func (e *SshAgentError) Error() string

type TargetConnectError

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

func NewTargetConnectError

func NewTargetConnectError(message error) *TargetConnectError

func (*TargetConnectError) Error

func (e *TargetConnectError) Error() string

Jump to

Keyboard shortcuts

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