mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Add stop sync method
This commit is contained in:
parent
14f6a19835
commit
50ae342d44
3 changed files with 16 additions and 0 deletions
|
@ -306,6 +306,9 @@ func (m mockTreeSyncer) Close(ctx context.Context) (err error) {
|
|||
func (m mockTreeSyncer) StartSync() {
|
||||
}
|
||||
|
||||
func (m mockTreeSyncer) StopSync() {
|
||||
}
|
||||
|
||||
func (m mockTreeSyncer) SyncAll(ctx context.Context, peerId string, existing, missing []string) error {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue