rpc generation fix (#184)
* reactor alert * optimize * add test case * update the target directory in case proto contains option * fix missing comments and format code
This commit is contained in:
@@ -12,5 +12,6 @@ message StreamResp {
|
||||
}
|
||||
|
||||
service StreamGreeter {
|
||||
rpc greet(StreamReq) returns (StreamResp);
|
||||
// greet service
|
||||
rpc greet (StreamReq) returns (StreamResp);
|
||||
}
|
||||
Reference in New Issue
Block a user