diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 11:22:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 11:22:08 -0600 |
| commit | d36344e463e80d89d0cc8b028b6243823d184b35 (patch) | |
| tree | ea8c4c78907420631476fd5061500d896cded87b /file.proto | |
| parent | e07c6a35fd5d2ca1b3a6c09d9781d21f676f52f2 (diff) | |
make seperate find and sort files
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ message MsgVar { string varName = 1; // the variable name string varType = 2; // the variable type bool isRepeated = 3; // does the variable repeate + bool hasSort = 4; // marked with sort + bool hasUnique = 5; // marked with unique } message MsgName { |
