Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteLocal ¶ added in v0.2.0
Types ¶
type Callback ¶ added in v0.2.0
type Callback func(CommandOperator) error
type CommandOperator ¶
type CommandRes ¶
type LocalOperator ¶ added in v0.2.0
type LocalOperator struct { }
func NewLocalOperator ¶ added in v0.2.0
func NewLocalOperator() *LocalOperator
func (LocalOperator) Execute ¶ added in v0.2.0
func (e LocalOperator) Execute(command string) error
func (LocalOperator) UploadFile ¶ added in v0.2.0
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) UploadFile ¶
func (s SSHOperator) UploadFile(path string, remotePath string, mode string) error
type SshAgentError ¶ added in v0.6.0
type SshAgentError struct {
// contains filtered or unexported fields
}
func NewSshAgentError ¶ added in v0.10.1
func NewSshAgentError(message error) *SshAgentError
func (*SshAgentError) Error ¶ added in v0.10.1
func (e *SshAgentError) Error() string
type TargetConnectError ¶ added in v0.6.0
type TargetConnectError struct {
// contains filtered or unexported fields
}
func NewTargetConnectError ¶ added in v0.10.1
func NewTargetConnectError(message error) *TargetConnectError
func (*TargetConnectError) Error ¶ added in v0.10.1
func (e *TargetConnectError) Error() string
Click to show internal directories.
Click to hide internal directories.