Go GRPC generator Updates - Fixes #4787 (#4797)

* Fix for #4787

- Updated the grpc generator for go to use full namespace for service
rpc method names

* Formatting Fix

- Set to Google Style Formatting
This commit is contained in:
Kapil Sharma
2018-06-27 11:57:40 -05:00
committed by Wouter van Oortmerssen
parent 741c63052d
commit ea06768ad1
3 changed files with 38 additions and 15 deletions

View File

@@ -49,6 +49,9 @@ struct Parameters {
//Package name for the service
grpc::string package_name;
//Prefix for RPC Calls
grpc::string service_prefix;
};
// Return the source of the generated service file.