1 2 3 4 5 6 7
use volli_core::PingRequest; #[tokio::main] async fn main() { let _req = PingRequest { host: "localhost".into() }; println!("volli agent placeholder"); }