Skip to content

Commit

Permalink
reexport message
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Sep 4, 2024
1 parent 46401e3 commit f10fa8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cdn-broker/src/reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f10fa8b

Please sign in to comment.