mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
fix helloworld proto
This commit is contained in:
@@ -5,7 +5,7 @@ package helloworld;
|
||||
option go_package = "./proto;helloworld";
|
||||
|
||||
service Helloworld {
|
||||
rpc Call(Request) returns (Response) {}
|
||||
rpc Call(Request) returns (Response) {};
|
||||
rpc Stream(StreamRequest) returns (stream StreamResponse) {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user