summaryrefslogtreecommitdiff
path: root/msg.proto
diff options
context:
space:
mode:
Diffstat (limited to 'msg.proto')
-rw-r--r--msg.proto9
1 files changed, 4 insertions, 5 deletions
diff --git a/msg.proto b/msg.proto
index fcbd9bcbc..0d73dca66 100644
--- a/msg.proto
+++ b/msg.proto
@@ -1,7 +1,6 @@
syntax = "proto3";
package main;
-
message Msg {
enum MsgKind {
START = 0;
@@ -12,14 +11,14 @@ message Msg {
MsgKind kind = 10;
// START
- string cwd = 11;
- repeated string argv = 12;
+ string cwd = 11;
+ repeated string argv = 12;
// READ_FILE_SYNC
- string path = 20;
+ string path = 20;
// DATA_RESPONSE
- bytes data = 30;
+ bytes data = 30;
string error = 31;
// EXIT