summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/vyconf.proto6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto
index f2245aa..d989fb3 100644
--- a/data/vyconf.proto
+++ b/data/vyconf.proto
@@ -17,6 +17,10 @@ message Request {
optional int32 OnBehalfOf = 2;
}
+ message Teardown {
+ optional int32 OnBehalfOf = 1;
+ }
+
message Validate {
repeated string Path = 1;
optional OutputFormat output_format = 2;
@@ -135,7 +139,7 @@ message Request {
EnterConfigurationMode configure = 19;
ExitConfigurationMode exit_configure = 20;
Validate validate = 21;
- string teardown = 22;
+ Teardown teardown = 22;
}
}