add is_file_chunks to filer.proto

This commit is contained in:
Chris Lu
2020-07-14 22:42:52 -07:00
parent bbc8ae110f
commit 0db4204c81
3 changed files with 333 additions and 321 deletions

View File

@@ -115,6 +115,7 @@ message FileChunk {
FileId source_fid = 8;
bytes cipher_key = 9;
bool is_compressed = 10;
bool is_file_chunks = 11; // content is a list of FileChunks
}
message FileId {