diff options
| author | Jeff Carr <[email protected]> | 2025-02-20 05:12:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-20 05:12:36 -0600 |
| commit | a295602905ea47683e4a64c305ab5a9b67acd56d (patch) | |
| tree | 024db730cd9ef0fad4c04c1b582150dfe069ac80 /example | |
| parent | 4fdcc992412ab2b06b5314f27a6f20b4c73b7ef6 (diff) | |
generate GUI table code
Diffstat (limited to 'example')
| -rw-r--r-- | example/fruit.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fruit.proto b/example/fruit.proto index c546fd4..86a8f89 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -69,7 +69,7 @@ message Fruit { // "Fruits" MUST EXIST and start exactly this way // It must be "Fruit" + 's' and must match the name of this file: "fruit.proto" -message Fruits { // `autogenpb:marshal` `autogenpb:mutex` +message Fruits { // `autogenpb:marshal` `autogenpb:mutex` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079` string version = 2; // `autogenpb:version:v0.0.1` repeated Fruit Fruits = 3; // THIS MUST BE "Fruit" and then "Fruit" + "s" |
