diff options
Diffstat (limited to 'example/fruit.proto.new')
| -rw-r--r-- | example/fruit.proto.new | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/example/fruit.proto.new b/example/fruit.proto.new index f9f39a0..78f9c22 100644 --- a/example/fruit.proto.new +++ b/example/fruit.proto.new @@ -45,12 +45,14 @@ message Banana { // `autogenpb:nomutex` } message Basket { // `autogenpb:nomutex` - repeated string name = 1; // `autogenpb:sort` `autogenpb:unique` - string favorite = 2; // `autogenpb:sort` `autogenpb:unique` - int64 price = 3; // `autogenpb:sort` - repeated Banana banna = 4; - repeated Pear pears = 5; - repeated Apple stacks = 6; + repeated string name = 1; // `autogenpb:sort` `autogenpb:unique` + string favorite = 2; // `autogenpb:sort` `autogenpb:unique` + int64 price = 3; // `autogenpb:sort` + // + + repeated Banana banna = 4; + repeated Pear pears = 5; + repeated Apple stacks = 6; } // "Fruit" must exist. you can put anything in it |
