File: proto3ext.proto

package info (click to toggle)
golang-gogoprotobuf 1.0.0%2Bgit20180330.1ef32a8b-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,932 kB
  • sloc: makefile: 462; sh: 23
file content (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package proto3extension;

import "google/protobuf/descriptor.proto";

extend google.protobuf.FieldOptions {
  bool primary = 51234;
  bool index = 51235;
}