ceph-csi/vendor/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto
Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05:00

12 lines
177 B
Protocol Buffer

syntax = "proto3";
package proto3extension;
import "google/protobuf/descriptor.proto";
extend google.protobuf.FieldOptions {
bool primary = 51234;
bool index = 51235;
}