elixir-grpc / grpc-reflection

elixir graph reflection support
Apache License 2.0
9 stars 6 forks source link

add hooks to attempt proto2 support #5

Closed mjheilmann closed 9 months ago

mjheilmann commented 9 months ago

This reflection module doesn't support proto2. To better attempt to support it in the future, this PR adds a proto2 test proto with an accompanying test. As we find types in proto2 that aren't supported, we can add them there and enhance the module.