File: yarpc.proto

package info (click to toggle)
golang-github-influxdata-yarpc 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
syntax = "proto2";
package yarpcproto;

import "google/protobuf/descriptor.proto";

extend google.protobuf.ServiceOptions {
  optional uint32 yarpc_service_index = 50000;
}

extend google.protobuf.MethodOptions {
  optional uint32 yarpc_method_index = 50000;
}