Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/flipperzero-protobuf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Kharisov <ah@bright-box.com>2021-10-26 16:27:59 +0300
committerGitHub <noreply@github.com>2021-10-26 16:27:59 +0300
commit021ba48abb64d25c7094da13b752fe37d4bf6007 (patch)
treedd47296c041584e71877fdc56ccf8279341d4cbb /storage.proto
parent8e6db414beed5aff0902f2cca2f4146a0dffb7a1 (diff)
[FL-1955] Add RPC command to close session (#6)
* [FL-1955] Add CLI RPC * [FL-1957] Add recursive for Remove * Split error codes
Diffstat (limited to 'storage.proto')
-rw-r--r--storage.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage.proto b/storage.proto
index ebe520c..d45377d 100644
--- a/storage.proto
+++ b/storage.proto
@@ -37,6 +37,7 @@ message WriteRequest {
message DeleteRequest {
string path = 1;
+ bool recursive = 2;
}
message MkdirRequest {