HCFS 1.0.2

This commit is contained in:
Chris Lu
2018-12-14 09:16:21 -08:00
parent 42b8f1145a
commit 21315f709d
6 changed files with 605 additions and 79 deletions

View File

@@ -117,7 +117,7 @@ message UpdateEntryResponse {
message DeleteEntryRequest {
string directory = 1;
string name = 2;
bool is_directory = 3;
// bool is_directory = 3;
bool is_delete_data = 4;
bool is_recursive = 5;
}