Last active
July 16, 2020 13:31
-
-
Save Frando/45a735baa954ba8abae56c76af6fc74b 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 = "proto2"; | |
package hrpc; | |
import "google/protobuf/descriptor.proto"; | |
extend google.protobuf.ServiceOptions { | |
optional uint32 service = 50000; | |
} | |
extend google.protobuf.MethodOptions { | |
optional uint32 method = 50001; | |
} | |
message Void {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment