Implemented basic stats functionality and started setting up menu

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent 155675b596
commit 08ecdea1e0
8 changed files with 288 additions and 84 deletions
+1
View File
@@ -11,6 +11,7 @@ pub(crate) mod radarr;
pub enum RadarrEvent {
HealthCheck,
GetOverview,
GetStatus,
}
pub struct Network<'a> {