1 2 3 4 5
//! Compatibility facade for the extracted `athena-wss` CDC websocket server. pub mod events; pub use athena_wss::cdc::websocket::websocket_server;