summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.proto b/file.proto
index 14bf910..01c9d39 100644
--- a/file.proto
+++ b/file.proto
@@ -80,6 +80,7 @@ message File {
map<string, string> iterMap = 11;
repeated Sort toSort = 12; // variables that are repeated can have the standard functions generated (Sort(), etc)
string goPath = 13; // the version to use in a func NewMsgName()
+ bool doGui = 14; // if a gui.pb.go file should be created
}
// I know, I know, the whole point of using protobuf