1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-10 18:10:54 +09:00

WIP add some sync stuff

This commit is contained in:
mcrakhman 2024-05-23 09:30:15 +02:00
parent 869943723e
commit ab758062df
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
12 changed files with 470 additions and 13 deletions

View file

@ -0,0 +1,5 @@
package sync
type RequestPool interface {
QueueRequestAction(peerId, objectId string, action func()) (err error)
}