Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connect ¶ added in v0.6.13
type Connect struct {
// server name
Server string
// ssh connect
Connect *sftp.Client
// Output
Output *output.Output
}
Connect ...
type Info ¶ added in v0.6.13
type Info struct {
// is remote flag
IsRemote bool
// connect server list
Server []string
// path list
Path []string
}
Info ...
Click to show internal directories.
Click to hide internal directories.