Merge Consul & Kubernetes discovery

This commit is contained in:
Ara Sadoyan
2025-10-26 15:26:09 +01:00
parent 012505b77e
commit 78c83b802f
5 changed files with 136 additions and 213 deletions

View File

@@ -1,11 +1,10 @@
pub mod auth;
pub mod consul;
pub mod discovery;
pub mod dnsclient;
mod filewatch;
pub mod healthcheck;
pub mod httpclient;
pub mod jwt;
pub mod kuber;
pub mod kuberconsul;
pub mod metrics;
pub mod parceyaml;