Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type SyncManager ¶
type SyncManager interface {
Init() error
Run() error
Stop()
Add(Syncer) error
NewSyncer(dsapid.SyncSourceResource) error
}
func NewManager ¶
func NewManager(parallel_fetches int, users storage.UserStorage, manifests storage.ManifestStorage) SyncManager
Click to show internal directories.
Click to hide internal directories.