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:
@@ -14,5 +14,5 @@ message Out {
|
||||
}
|
||||
|
||||
service StreamGreeter {
|
||||
rpc greet(In) returns (Out);
|
||||
rpc greet (In) returns (Out);
|
||||
}
|
||||
Reference in New Issue
Block a user