Some refactoring

This commit is contained in:
Alex Auvolat
2021-02-21 13:11:10 +01:00
parent 3bcbbe1e31
commit 80892df8cc
8 changed files with 141 additions and 120 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
extern crate log;
pub mod consul;
pub(crate) mod tls_util;
pub mod ring;
pub mod membership;
pub mod rpc_client;
pub mod rpc_server;
pub(crate) mod tls_util;