Versions in this module Expand all Collapse all v1 v1.0.0 May 28, 2022 Changes in this version + type Syncer struct + func NewSyncer(source, destination string, opts ...SyncerOptions) *Syncer + func (s *Syncer) Sync() error + type SyncerOptions func(*Syncer) + func WithAuthenticator(auth *account.Auth) SyncerOptions + func WithWriter(writer *utils.Writer) SyncerOptions