update file format a bit

This commit is contained in:
Jeffrey Paul 2021-11-03 03:49:40 -07:00
parent 38df94a9b2
commit 92b92c190d
1 changed files with 27 additions and 26 deletions

View File

@ -28,8 +28,9 @@ message MFFile {
message MFFilePath {
string path = 1;
uint64 size = 2;
// when verifying, count(hashes) must be > 0.
optional repeated MFFileChecksum hashes = 2;
optional repeated MFFileChecksum hashes = 201;
optional string mimeType = 101;
optional string mtime = 102;
optional string ctime = 103;