summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 13:52:04 -0500
committerJeff Carr <[email protected]>2025-03-10 13:52:04 -0500
commit63a3d0dc2439802ca3bf8db92d095733db6b7b7e (patch)
tree9d85dd98eeb7175ff06bb55e5743ad2ea0408f94 /file.proto
parenta496b7abf77f4975962488eb0adb28b23b61a305 (diff)
adding more table pb optionsv0.0.65
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.proto b/file.proto
index 01c9d39..a947826 100644
--- a/file.proto
+++ b/file.proto
@@ -46,6 +46,8 @@ message MsgName {
bool needIter = 10; // true if the sort iterator has not been generated yet
bool needAll = 11; // true if the sort iterator has not been generated yet
bool noMutex = 12; // only use the global mutex
+ bool doGui = 13; // if a gui.pb.go file should be created
+ string guiVarName = 14; // the name of the variable to use
}
message Sort {