Implement /health admin API endpoint to check node health

This commit is contained in:
Alex Auvolat
2022-12-05 14:59:15 +01:00
parent 243b7c9a1c
commit 2065f011ca
4 changed files with 103 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#[derive(Clone, Copy)]
pub enum ReplicationMode {
None,
TwoWay,