...

Text file src/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto

Documentation: github.com/gogo/protobuf/test/proto3extension

     1syntax = "proto3";
     2
     3package proto3extension;
     4
     5import "google/protobuf/descriptor.proto";
     6
     7extend google.protobuf.FieldOptions {
     8  bool primary = 51234;
     9  bool index = 51235;
    10}
    11

View as plain text