Skip to content

Instantly share code, notes, and snippets.

@daneshk
Created February 15, 2018 06:51
Show Gist options
  • Save daneshk/4ea8acff973e2987794bfe1cdb22ffc4 to your computer and use it in GitHub Desktop.
Save daneshk/4ea8acff973e2987794bfe1cdb22ffc4 to your computer and use it in GitHub Desktop.
syntax = "proto3";
package org.ballerinalang.net.grpc.helloworld;
import "google/protobuf/wrappers.proto";
service helloWorld {
rpc hello(google.protobuf.StringValue) returns (google.protobuf.StringValue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment