Separate mycelium client more from supervisor client

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-08-28 15:24:03 +02:00
parent 1551b4707b
commit 052539409b
5 changed files with 224 additions and 131 deletions

View File

@@ -1,8 +1,9 @@
pub mod supervisor_client;
pub mod mycelium_client;
pub mod types;
pub use types::Destination;
pub use supervisor_client::{
Destination,
SupervisorClient,
SupervisorClientError,
};