From f10fa8b00f171420de668227d2ebf12bbf92696d Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 4 Sep 2024 12:57:07 -0400 Subject: [PATCH] reexport message --- cdn-broker/src/reexports.rs | 4 ++++ 1 file changed, 4 insertions(+) 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 {