Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SSHCommandProxy ¶
type SSHCommandProxy struct {
// contains filtered or unexported fields
}
func CreateSSHCommandProxy ¶
func (*SSHCommandProxy) Connect ¶
func (sshCommandProxy *SSHCommandProxy) Connect() (chan<- string, <-chan string, chan string, error)
func (*SSHCommandProxy) Disconnect ¶
func (sshCommandProxy *SSHCommandProxy) Disconnect() error
type SSHStreamProxy ¶
type SSHStreamProxy struct {
// contains filtered or unexported fields
}
func CreateSSHStreamProxy ¶
func (*SSHStreamProxy) Connect ¶
func (sshStreamProxy *SSHStreamProxy) Connect() (io.WriteCloser, io.Reader, io.Reader, error)
func (*SSHStreamProxy) Disconnect ¶
func (sshStreamProxy *SSHStreamProxy) Disconnect() error
Click to show internal directories.
Click to hide internal directories.