need marshal here

This commit is contained in:
Jeff Carr 2025-03-03 00:12:26 -06:00
parent 59a796c1af
commit 56559d9ee1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ message Widget {
// string color = 5; // string color = 5;
} }
message Widgets { message Widgets { // `autogenpb:marshal`
string uuid = 1; // `autogenpb:uuid:0331fcd7-3c8c-43e4-be1b-77db6a6bc58c` string uuid = 1; // `autogenpb:uuid:0331fcd7-3c8c-43e4-be1b-77db6a6bc58c`
string version = 2; // `autogenpb:version:v1` string version = 2; // `autogenpb:version:v1`
repeated Widget Widgets = 3; repeated Widget Widgets = 3;