diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 13:52:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 13:52:04 -0500 |
| commit | 63a3d0dc2439802ca3bf8db92d095733db6b7b7e (patch) | |
| tree | 9d85dd98eeb7175ff06bb55e5743ad2ea0408f94 /file.proto | |
| parent | a496b7abf77f4975962488eb0adb28b23b61a305 (diff) | |
adding more table pb optionsv0.0.65
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
