Documentation
¶
Overview ¶
Package sshurl parses ssh:// URLs into components for use with the ssh binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parsed ¶
type Parsed struct {
Host string // hostname or user@hostname
Port string // port number, or "" for default
Path string // absolute remote path (starts with /)
}
Parsed holds the components of an ssh:// URL.
Click to show internal directories.
Click to hide internal directories.