moved container functions into new mod

This commit is contained in:
2025-09-28 18:54:17 +02:00
parent 1f23c303c1
commit d2efc64487
6 changed files with 92 additions and 80 deletions

View File

@@ -6,6 +6,7 @@ pub mod hardware;
pub mod metrics;
pub mod models;
pub mod serverclientcomm;
pub mod docker;
use std::env;
use std::error::Error;