adjust proto API

This commit is contained in:
Chris Lu
2018-12-11 07:17:10 -08:00
parent 168f461761
commit 39ea8484c1
6 changed files with 79 additions and 90 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;
}