Skip to content

Instantly share code, notes, and snippets.

@shreyasp
Last active April 13, 2022 07:28
Show Gist options
  • Save shreyasp/b888515614fb9a45644d982736c2c7f2 to your computer and use it in GitHub Desktop.
Save shreyasp/b888515614fb9a45644d982736c2c7f2 to your computer and use it in GitHub Desktop.
syntax = "proto3";
package tutorial;
import "google/protobuf/timestamp.proto";
option go_package = "github.com/protocolbuffers/protobuf/examples/go/tutorialpb";
message Request {
}
message Response {
}
rpc ListFeatures(Request) returns (res Response) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment