mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-11 10:18:08 +09:00
7 lines
167 B
Go
7 lines
167 B
Go
package syncdeps
|
|
|
|
type Response interface {
|
|
// heads []string
|
|
// changes []*treechangeproto.RawTreeChangeWithId
|
|
// root *treechangeproto.RawTreeChangeWithId
|
|
}
|