grpc-go/reflection/grpc_testing_not_regenerate
Easwar Swaminathan 6f314bd725
reflection: add comments on protos (#5209)
2022-02-25 16:54:14 -08:00
..
README.md reflection: use protobuf/reflect instead of go reflection, fix dynamic messages (#5180) 2022-02-15 11:01:42 -08:00
dynamic.pb.go reflection: use protobuf/reflect instead of go reflection, fix dynamic messages (#5180) 2022-02-15 11:01:42 -08:00
dynamic.proto reflection: add comments on protos (#5209) 2022-02-25 16:54:14 -08:00
testv3.pb.go reflection: add comments on protos (#5209) 2022-02-25 16:54:14 -08:00
testv3.proto reflection: add comments on protos (#5209) 2022-02-25 16:54:14 -08:00

README.md

testv3.pb.go is generated with an older version of codegen, to test reflection behavior with grpc.SupportPackageIsVersion3. DO NOT REGENERATE!

testv3.pb.go is manually edited to replace "golang.org/x/net/context" with "context".

dynamic.pb.go is generated with the latest protoc and manually edited to remove everything except the descriptor bytes var, which is renamed and exported.