summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 09:38:47 -0600
committerJeff Carr <[email protected]>2025-02-20 09:38:47 -0600
commit68eea60f165009568bc75e4595e37c7fbd2ff8c3 (patch)
tree1c72b1faf35427e712ed5366f1d8c806e82b0d00 /file.proto
parent261d54485cc208a5157eef23c267c5e959fcd054 (diff)
autogen pb gui table fixesv0.0.56
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