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 /example/fruit.proto | |
| parent | a496b7abf77f4975962488eb0adb28b23b61a305 (diff) | |
adding more table pb optionsv0.0.65
Diffstat (limited to 'example/fruit.proto')
| -rw-r--r-- | example/fruit.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/fruit.proto b/example/fruit.proto index 4545e03..362c59b 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -21,8 +21,8 @@ message Apple { google.protobuf.Timestamp ctime = 3; // when the apple was born } -message Apples { - string name = 1; // `autogenpb:unique` // generates SortByxxx() and AppendUnique() functions +message Apples { // `autogenpb:gui:Apple` + string name = 1; // `autogenpb:unique` string genus = 2; // `autogenpb:unique` // generates same thing here but SortByGenus() repeated Apple apples = 3; } |
