mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-18 04:57:41 +00:00
8 lines
130 B
Protocol Buffer
8 lines
130 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
message Revision {
|
||
|
int64 base_rev_id = 1;
|
||
|
int64 rev_id = 2;
|
||
|
bytes delta = 3;
|
||
|
string md5 = 4;
|
||
|
}
|