Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SshConnection ¶ added in v0.3.0
type SshConnection struct {
// contains filtered or unexported fields
}
func SetupConnection ¶ added in v0.3.0
func SetupConnection(target config.Connection) (SshConnection, error)
func (*SshConnection) Close ¶ added in v0.3.0
func (c *SshConnection) Close() error
func (SshConnection) ExecuteSingleCommand ¶ added in v0.3.0
func (SshConnection) ListenUnix ¶ added in v0.3.0
func (c SshConnection) ListenUnix(socketPath string) (net.Listener, error)
Click to show internal directories.
Click to hide internal directories.