This repository has been archived on 2023-08-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dex/vendor/google.golang.org/grpc/reflection/grpc_testing/proto2.proto
Eric Chiang 0be8cc723a *: revendor
2016-10-04 00:30:30 -07:00

9 lines
116 B
Protocol Buffer

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