Update 'proto/mf.proto'

This commit is contained in:
Jeffrey Paul 2021-11-03 10:39:41 +00:00
parent dfdd85bc3b
commit 0f86942849
1 changed files with 6 additions and 1 deletions

View File

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