mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 14:07:02 +09:00
WIP inner storage
This commit is contained in:
parent
b21c98f497
commit
c788051efe
9 changed files with 858 additions and 400 deletions
|
@ -211,7 +211,16 @@ message StoreDiffResponse {
|
|||
message StoreKeyValue {
|
||||
string key = 1;
|
||||
bytes value = 2;
|
||||
int64 timestampMilli = 3;
|
||||
bytes identitySignature = 3;
|
||||
bytes peerSignature = 4;
|
||||
}
|
||||
|
||||
message StoreKeyInner {
|
||||
bytes peer = 1;
|
||||
bytes identity = 2;
|
||||
bytes value = 3;
|
||||
int64 timestampMilli = 4;
|
||||
string aclHeadId = 5;
|
||||
}
|
||||
|
||||
// DiffType is a type of diff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue