forked from herocode/horus
refactor coordinator to use shared lib models and client
This commit is contained in:
13
lib/clients/supervisor/src/transports/mod.rs
Normal file
13
lib/clients/supervisor/src/transports/mod.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
/// Mycelium transport for supervisor communication
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub mod mycelium;
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use mycelium::{
|
||||
Destination,
|
||||
MyceliumClient,
|
||||
MyceliumClientError,
|
||||
MyceliumTransport,
|
||||
SupervisorHub,
|
||||
TransportStatus,
|
||||
};
|
||||
Reference in New Issue
Block a user