Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface { Start() // contains filtered or unexported methods }
type SSHConnection ¶ added in v0.1.1
type SSHConnection struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(accessConfig access.Configurator) (*SSHConnection, error)
func (*SSHConnection) Start ¶ added in v0.1.1
func (connection *SSHConnection) Start()
Click to show internal directories.
Click to hide internal directories.