summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 02:50:36 -0600
committerJeff Carr <[email protected]>2025-01-17 02:50:36 -0600
commit0a4b985020eab6b2ca088f7784830c7103f067e4 (patch)
tree256133d1ca5a65ca110f6efd4f99899ff4278afe /file.proto
parent97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff)
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto7
1 files changed, 4 insertions, 3 deletions
diff --git a/file.proto b/file.proto
index 591e15f..fb42046 100644
--- a/file.proto
+++ b/file.proto
@@ -75,10 +75,11 @@ message File {
MsgName base = 8; // the primary repeated message for the master struct
// every struct in this proto file, this file has: "Apple", "Apples", ... "File", etc...
- repeated MsgName msgNames = 9;
- repeated MsgName sortNames = 10; // variables that are repeated can have the standard functions generated (Sort(), etc)
+ repeated MsgName msgNames = 9;
+ repeated MsgName sortNames = 10; // variables that are repeated can have the standard functions generated (Sort(), etc)
map<string, string> iterMap = 11;
- repeated Sort toSort = 12; // variables that are repeated can have the standard functions generated (Sort(), etc)
+ 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()
}
// I know, I know, the whole point of using protobuf