This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/google.golang.org/grpc/reflection/grpc_testing/proto2.proto
2016-07-31 23:26:27 -07:00

9 lines
116 B
Protocol Buffer

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