This commit is contained in:
2025-10-12 20:29:08 +02:00
parent d08d8f306a
commit d9edcda36c
10 changed files with 263 additions and 1203 deletions

View File

@@ -10,7 +10,7 @@ pub mod smart;
pub use error::CollectorError;
#[derive(Debug, Clone)]
#[derive(Debug, Clone, serde::Serialize)]
pub enum AgentType {
Smart,
Service,