Last active
April 13, 2022 07:28
-
-
Save shreyasp/b888515614fb9a45644d982736c2c7f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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