9 lines
139 B
Protocol Buffer
Raw Normal View History

2022-01-21 21:41:24 +08:00
syntax = "proto3";
message FolderInfo {
string folder_id = 1;
string text = 2;
int64 rev_id = 3;
int64 base_rev_id = 4;
}