clair/vendor/google.golang.org/grpc/reflection/grpc_testing/proto2.proto

9 lines
117 B
Protocol Buffer
Raw Normal View History

syntax = "proto2";
package grpc.testing;
message ToBeExtended {
required int32 foo = 1;
extensions 10 to 30;
}