Update main.rs

This commit is contained in:
Alexander I. Chebykin 2022-07-03 23:44:07 +03:00
parent b638d510a3
commit 7b98b16e6e

View File

@ -10,7 +10,7 @@ use std::time::Duration;
use sysinfo::{System, SystemExt}; use sysinfo::{System, SystemExt};
/// Rule description structure /// Rule description structure
pub struct Rule { struct Rule {
/// Monitored service name /// Monitored service name
pub service: String, pub service: String,
/// Monitored URI /// Monitored URI