Refactor health check and add ability to return it in json

This commit is contained in:
Alex Auvolat
2022-12-05 15:28:57 +01:00
parent 2065f011ca
commit 280d1be7b1
7 changed files with 156 additions and 95 deletions
+1
View File
@@ -9,6 +9,7 @@ mod consul;
mod kubernetes;
pub mod layout;
pub mod replication_mode;
pub mod ring;
pub mod system;