Skip to content

Instantly share code, notes, and snippets.

@daneshk
Created January 9, 2018 08:25
Show Gist options
  • Save daneshk/060e060edf69a80288ec7e409c1fc8fe to your computer and use it in GitHub Desktop.
Save daneshk/060e060edf69a80288ec7e409c1fc8fe to your computer and use it in GitHub Desktop.
service<grpc> helloWorld {
function sayHello (HelloRequest req) (HelloResponse res) {
HelloResponse response = {message:"Hello" + request.getName()};
return response;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment