Skip to content

Instantly share code, notes, and snippets.

@ashish-mj
Last active May 4, 2024 17:33
Show Gist options
  • Save ashish-mj/9602a3329fc695c94903a0a23f21810c to your computer and use it in GitHub Desktop.
Save ashish-mj/9602a3329fc695c94903a0a23f21810c to your computer and use it in GitHub Desktop.
service Greeter {
rpc SayHello (HelloRequest) returns (HelloReply) {}
}
message HelloRequest {
string name = 1;
}
message HelloReply {
string message = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment