update file format a bit
This commit is contained in:
parent
38df94a9b2
commit
92b92c190d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue