elixir-grpc / grpc-reflection

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

Module Interface Cleanup #18

Closed mjheilmann closed 8 months ago

mjheilmann commented 8 months ago

In this PR:

Change/deprecation: While use GrpcReflection, will still function, it is now a nagging proxy for use GrpcReflection.Server, which is where the server macro is now located. It nags by logging a warning during compilation.