From 9ebc6f66677cdcd41c133f9e2dee2d5403031716 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 1 Apr 2020 14:45:05 -0400 Subject: [PATCH] chore: Add `tonic-health` readme` Signed-off-by: Lucio Franco --- tonic-health/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tonic-health/README.md diff --git a/tonic-health/README.md b/tonic-health/README.md new file mode 100644 index 0000000..616d8f1 --- /dev/null +++ b/tonic-health/README.md @@ -0,0 +1,8 @@ +# tonic-health + +A `tonic` based gRPC healthcheck implementation. + +## Features + +- transport: Provides the ability to set the service by using the type system and the +`NamedService` trait.