1 2 3 4 5 6
//! Compatibility facade for the extracted `athena-wss` gateway contract. mod gateway; pub use athena_wss::wss::{GatewayWsRequest, GatewayWsResponse, gateway_wss_info}; pub use gateway::gateway_wss_route;