Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataPool ¶
type DataPool struct {
Client *sftp.Client
Target TargetConfig
}
func New ¶
func New(target TargetConfig) *DataPool
type TargetConfig ¶
type TargetConfig struct {
Host string
Port string
Username string
Password string
Path string
Notify string
}
func GetTargetConfig ¶
func GetTargetConfig() TargetConfig
Click to show internal directories.
Click to hide internal directories.