Skip to content

Instantly share code, notes, and snippets.

@Frando
Last active July 16, 2020 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frando/45a735baa954ba8abae56c76af6fc74b to your computer and use it in GitHub Desktop.
Save Frando/45a735baa954ba8abae56c76af6fc74b to your computer and use it in GitHub Desktop.
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