1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Merge remote-tracking branch 'origin/add-content-with-validator' into GO-3996-add-tree-transactions

# Conflicts:
#	commonspace/object/tree/objecttree/change.go
#	commonspace/object/tree/objecttree/objecttree.go
#	commonspace/object/tree/synctree/synctree_test.go
This commit is contained in:
mcrakhman 2024-08-29 16:17:50 +02:00
commit 3b2acf8021
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
9 changed files with 258 additions and 3 deletions

View file

@ -5,6 +5,7 @@
//
// mockgen -destination mock_coordinatorclient/mock_coordinatorclient.go github.com/anyproto/any-sync/coordinator/coordinatorclient CoordinatorClient
//
// Package mock_coordinatorclient is a generated GoMock package.
package mock_coordinatorclient