mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Fix handshake tests
This commit is contained in:
parent
52f462ff2c
commit
4efe189eec
11 changed files with 56 additions and 57 deletions
|
@ -19,18 +19,17 @@ type Change struct {
|
|||
AclHeadId string
|
||||
Id string
|
||||
SnapshotId string
|
||||
IsSnapshot bool
|
||||
Timestamp int64
|
||||
ReadKeyId string
|
||||
Identity crypto.PubKey
|
||||
Data []byte
|
||||
Model interface{}
|
||||
Signature []byte
|
||||
|
||||
// iterator helpers
|
||||
visited bool
|
||||
branchesFinished bool
|
||||
|
||||
Signature []byte
|
||||
IsSnapshot bool
|
||||
}
|
||||
|
||||
func NewChange(id string, identity crypto.PubKey, ch *treechangeproto.TreeChange, signature []byte) *Change {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue