1#[cfg(test)] 2mod tests { 3 4 #[test] 5 fn it_works() { 6 assert_eq!(2 + 2, 4); 7 } 8} 9 10pub mod agent; 11pub mod api; 12pub mod catalog; 13pub mod config_entry; 14pub mod health; 15pub mod watch;