summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 00:12:26 -0600
committerJeff Carr <[email protected]>2025-03-03 00:12:26 -0600
commit56559d9ee1fa955b6efff621c6aceba6fe3d508b (patch)
treeaa53a199693eeae356f532b38baae244c1e2af56
parent59a796c1af89a6c7ddf537c6df46b0e7140e7527 (diff)
need marshal herev0.0.7
-rw-r--r--widget.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.proto b/widget.proto
index 8b85a33..ebe3f97 100644
--- a/widget.proto
+++ b/widget.proto
@@ -35,7 +35,7 @@ message Widget {
// string color = 5;
}
-message Widgets {
+message Widgets { // `autogenpb:marshal`
string uuid = 1; // `autogenpb:uuid:0331fcd7-3c8c-43e4-be1b-77db6a6bc58c`
string version = 2; // `autogenpb:version:v1`
repeated Widget Widgets = 3;