feat: Implement gRPC Reflection Service (#340)

Co-authored-by: Samani G. Gikandi <[email protected]>
This commit is contained in:
James Nugent
2021-02-16 11:07:51 -05:00
committed by GitHub
co-authored by Samani G. Gikandi
parent f49d4bdf99
commit c54f24721c
15 changed files with 1524 additions and 1 deletions
+2
View File
@@ -4,6 +4,7 @@ members = [
"tonic-build",
"tonic-health",
"tonic-types",
"tonic-reflection",
# Non-published crates
"examples",
@@ -18,3 +19,4 @@ members = [
"tests/extern_path/my_application",
"tests/integration_tests"
]