mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -18,10 +18,11 @@ message Response {
|
||||
string message = 1;
|
||||
}
|
||||
|
||||
// Stream returns a streaming helloworld response
|
||||
// Stream returns a stream of "Hello $name" responses
|
||||
message StreamRequest {
|
||||
string name = 1;
|
||||
int64 messages = 2;
|
||||
// the number of messages to send back
|
||||
int64 messages = 2;
|
||||
}
|
||||
|
||||
message StreamResponse {
|
||||
|
||||
Reference in New Issue
Block a user