Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface { Connect() error Disconnect() Read() (string, error) Write(cmd string) int SetTimeout(timeout uint8) }
func NewConnection ¶
type SSHConn ¶
type SSHConn struct {
// contains filtered or unexported fields
}
func NewSSHConn ¶
func (*SSHConn) Disconnect ¶
func (c *SSHConn) Disconnect()
func (*SSHConn) SetTimeout ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.