File watcher improvements

This commit is contained in:
Ara Sadoyan
2025-05-08 17:43:41 +02:00
parent a53e26a5db
commit 1be09d21fc
4 changed files with 8 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ pub struct PathConfig {
pub servers: Vec<String>,
pub headers: Option<Vec<String>>,
}
#[derive(Debug)]
pub struct Configuration {
pub upstreams: UpstreamsDashMap,
pub headers: Headers,