kidok / protobuf

Automatically exported from code.google.com/p/protobuf
0 stars 0 forks source link

descriptor.proto: suggest add go_generic_services optional for golang. #603

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In SVN r425, the go_package optional has been added to the descriptor.proto 
file [1].
Suggest add go_generic_services optional for golang RPC [2].

Reference:

[1]
https://code.google.com/p/protobuf/source/detail?r=425

[2]
https://code.google.com/p/protorpc/

Original issue reported on code.google.com by chaishus...@gmail.com on 4 Feb 2014 at 4:29

GoogleCodeExporter commented 9 years ago
add:
optional bool go_generic_services = 19 [default=false];

Original comment by chaishus...@gmail.com on 5 Feb 2014 at 2:43

Attachments: