diff --git a/cdn-broker/src/reexports.rs b/cdn-broker/src/reexports.rs index ca3cee1..cc86fb6 100644 --- a/cdn-broker/src/reexports.rs +++ b/cdn-broker/src/reexports.rs @@ -35,6 +35,10 @@ pub mod error { pub use cdn_proto::error::{Error, Result}; } +pub mod message { + pub use cdn_proto::message::{Broadcast, Direct, Message}; +} + /// This is not guarded by `![cfg(test)]` because we use the same functions /// when doing benchmarks. pub mod tests {