1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 10:18:08 +09:00
any-sync/commonspace/sync/syncdeps/response.go
2024-06-02 14:55:11 +02:00

7 lines
167 B
Go

package syncdeps
type Response interface {
// heads []string
// changes []*treechangeproto.RawTreeChangeWithId
// root *treechangeproto.RawTreeChangeWithId
}