tweaks to docs (#200)

This commit is contained in:
Dominic Wong
2021-09-02 15:23:24 +01:00
committed by GitHub
parent 2e5af32faf
commit d378ef2de5
39 changed files with 83 additions and 88 deletions

View File

@@ -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 {