From a295602905ea47683e4a64c305ab5a9b67acd56d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 20 Feb 2025 05:12:36 -0600 Subject: generate GUI table code --- example/fruit.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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" -- cgit v1.2.3