http needs Marshal()
This commit is contained in:
parent
3a13970536
commit
6c9a3dd632
|
@ -55,7 +55,7 @@ message Basket { // `autogenpb:nomutex`
|
|||
repeated Apple stacks = 6;
|
||||
}
|
||||
// "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`
|
||||
Apple apples = 2;
|
||||
repeated Pear pears = 3;
|
||||
|
|
Loading…
Reference in New Issue