http needs Marshal()

This commit is contained in:
Jeff Carr 2025-09-22 08:50:37 -05:00
parent 3a13970536
commit 6c9a3dd632
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ message Basket { // `autogenpb:nomutex`
repeated Apple stacks = 6; repeated Apple stacks = 6;
} }
// "Fruit" must exist. you can put anything in it // "Fruit" must exist. you can put anything in it
message Fruit { // `autogenpb:http` message Fruit { // `autogenpb:http` `autogenpb:marshal`
string brand = 1; // `autogenpb:unique` `autogenpb:sort` string brand = 1; // `autogenpb:unique` `autogenpb:sort`
Apple apples = 2; Apple apples = 2;
repeated Pear pears = 3; repeated Pear pears = 3;