1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-803: init

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2023-01-30 19:59:18 +08:00
parent 1c0e037c87
commit f3b89801ed
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
14 changed files with 3411 additions and 1319 deletions

View file

@ -23,6 +23,8 @@ message Change {
// creation timestamp
int64 timestamp = 7;
string version = 8;
message Snapshot {
// logId -> lastChangeId
map<string, string> logHeads = 1;