Update 'proto/mf.proto'
This commit is contained in:
parent
dfdd85bc3b
commit
0f86942849
@ -28,8 +28,13 @@ message MFFile {
|
|||||||
|
|
||||||
message MFFilePath {
|
message MFFilePath {
|
||||||
string path = 1;
|
string path = 1;
|
||||||
|
// when verifying, count(hashes) must be > 0.
|
||||||
optional repeated MFFileChecksum hashes = 2;
|
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 {
|
message MFFileChecksum {
|
||||||
|
Loading…
Reference in New Issue
Block a user