msg type -> wire::push() -> update handle wire into module/service/ect
This commit is contained in:
@@ -6,10 +6,14 @@
|
||||
|
||||
mod config;
|
||||
mod effect;
|
||||
mod messages;
|
||||
mod module;
|
||||
mod service;
|
||||
mod wire;
|
||||
|
||||
pub use config::BarbarConfig;
|
||||
pub use effect::ModuleEffect;
|
||||
pub use module::{BarModule, ModuleMsg};
|
||||
pub use service::{Service, ServiceEvent};
|
||||
pub use messages::{ClockKind, ClockMsg, ClockPayload};
|
||||
pub use module::BarModule;
|
||||
pub use service::Service;
|
||||
pub use wire::{Endpoint, Inbox, Namespace, Target, Wire};
|
||||
|
||||
Reference in New Issue
Block a user