Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Directory for downloaded files TempDir string // True to only show commands w/o executing them DryRun bool // URL:port of the sftp server to poll HostPort string // ssh configuration Ssh *ssh.ClientConfig }
Click to show internal directories.
Click to hide internal directories.