support renaming files

This commit is contained in:
Chris Lu
2018-06-06 22:11:01 -07:00
parent b3447f4375
commit 5c25d29272
7 changed files with 169 additions and 70 deletions

View File

@@ -113,6 +113,7 @@ message DeleteEntryRequest {
string directory = 1;
string name = 2;
bool is_directory = 3;
bool is_delete_data = 4;
}
message DeleteEntryResponse {