diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 02:50:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 02:50:36 -0600 |
| commit | 0a4b985020eab6b2ca088f7784830c7103f067e4 (patch) | |
| tree | 256133d1ca5a65ca110f6efd4f99899ff4278afe /file.proto | |
| parent | 97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff) | |
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
