grpc-go/reflection/grpc_testing_not_regenerate
Doug Fawley 778860e606
testing: update Go to 1.19 (#5717)
2022-10-17 15:04:34 -07: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 testing: update Go to 1.19 (#5717) 2022-10-17 15:04:34 -07: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.