Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handles map[string]*Handle = map[string]*Handle{}
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
SSH *SSHConnection
}
func DecodeConnection ¶
func DecodeConnection(s string) (*Connection, error)
func (*Connection) Encode ¶
func (c *Connection) Encode() (encoded string, id string)
func (*Connection) Handle ¶
func (c *Connection) Handle() *Handle
func (*Connection) Id ¶
func (c *Connection) Id() string
type Handle ¶
type Handle struct { *Connection // contains filtered or unexported fields }
func NewHandle ¶
func NewHandle(c *Connection) *Handle
Click to show internal directories.
Click to hide internal directories.