From c8cbfed59cc3f21512e0b3db5ccbde17dcb8fa26 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 5 May 2021 17:36:59 +0100 Subject: [PATCH] helloworld comment --- helloworld/proto/helloworld.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld/proto/helloworld.proto b/helloworld/proto/helloworld.proto index 4a6ce3c..57ab33c 100644 --- a/helloworld/proto/helloworld.proto +++ b/helloworld/proto/helloworld.proto @@ -7,6 +7,7 @@ service Helloworld { rpc Call(Request) returns (Response) {} } +// Call returns a personalised "Hello $name" response message Request { string name = 1; }