mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
helloworld comment
This commit is contained in:
@@ -7,6 +7,7 @@ service Helloworld {
|
||||
rpc Call(Request) returns (Response) {}
|
||||
}
|
||||
|
||||
// Call returns a personalised "Hello $name" response
|
||||
message Request {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user