Documentation ¶ Index ¶ type Sync func (fs *Sync) Init(ctx context.Context) error func (fs *Sync) IsReady() bool func (fs *Sync) ReSync(ctx context.Context, dataSync chan<- sync.DataSync) error func (fs *Sync) Sync(ctx context.Context, dataSync chan<- sync.DataSync) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Sync ¶ type Sync struct { URI string Logger *logger.Logger Mux *msync.RWMutex // contains filtered or unexported fields } func (*Sync) Init ¶ added in v0.4.0 func (fs *Sync) Init(ctx context.Context) error func (*Sync) IsReady ¶ added in v0.4.0 func (fs *Sync) IsReady() bool func (*Sync) ReSync ¶ added in v0.4.0 func (fs *Sync) ReSync(ctx context.Context, dataSync chan<- sync.DataSync) error func (*Sync) Sync ¶ func (fs *Sync) Sync(ctx context.Context, dataSync chan<- sync.DataSync) error Source Files ¶ View all Source files filepath_sync.go Click to show internal directories. Click to hide internal directories.