all functions established; needed to remove orphan functions

This commit is contained in:
2025-08-08 23:28:05 +02:00
parent abfa0b6fc0
commit 93a40fe584
6 changed files with 22 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
use std::time::Duration;
use crate::hardware::HardwareInfo;
use crate::models::{HardwareDto, HeartbeatDto, IdResponse, MetricDto, RegistrationDto};
use crate::models::{HeartbeatDto, IdResponse, MetricDto, RegistrationDto};
use anyhow::Result;
use reqwest::{Client, StatusCode};
use std::error::Error;