mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Implement key value set
This commit is contained in:
parent
998056d70f
commit
d5233fc418
4 changed files with 272 additions and 100 deletions
|
@ -221,6 +221,7 @@ message StoreKeyInner {
|
|||
bytes value = 3;
|
||||
int64 timestampMilli = 4;
|
||||
string aclHeadId = 5;
|
||||
string key = 6;
|
||||
}
|
||||
|
||||
// DiffType is a type of diff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue