From 74148549ff942e29c717e97dbb3ba41396a5579e Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 17 Mar 2021 16:35:36 +0000 Subject: [PATCH] Add readme to reflection --- tonic-reflection/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tonic-reflection/README.md diff --git a/tonic-reflection/README.md b/tonic-reflection/README.md new file mode 100644 index 0000000..b4f29f5 --- /dev/null +++ b/tonic-reflection/README.md @@ -0,0 +1,3 @@ +# tonic-reflection + +A `tonic` based gRPC reflection implementation.