Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOneTimeSyncer ¶
func NewOneTimeSyncer(syncer_config config.SyncerConfig, tf string)
func NewSyncer ¶
func NewSyncer(syncer_config config.SyncerConfig, tf string)
Types ¶
type SftpLocalSyncer ¶
type SftpLocalSyncer struct { config.SyncerConfig // contains filtered or unexported fields }
func (*SftpLocalSyncer) Start ¶
func (syncer *SftpLocalSyncer) Start(c chan uploader.FileObj, done chan int)
func (*SftpLocalSyncer) Stop ¶
func (syncer *SftpLocalSyncer) Stop()
type SftpServerSyncer ¶
type SftpServerSyncer struct { config.SyncerConfig // contains filtered or unexported fields }
func (*SftpServerSyncer) Start ¶
func (syncer *SftpServerSyncer) Start(c chan downloader.FileObj, done chan int)
func (*SftpServerSyncer) Stop ¶
func (syncer *SftpServerSyncer) Stop()
Click to show internal directories.
Click to hide internal directories.