mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-09 08:27:22 +00:00
Expose raw Soketto interface via ws_client for more control where needed (eg in tests)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/// Functionality to establish a connection
|
||||
mod connect;
|
||||
/// The channel based send interface
|
||||
mod sender;
|
||||
/// The channel based receive interface
|
||||
mod receiver;
|
||||
|
||||
pub use connect::{ connect, ConnectError, Connection, RawSender, RawReceiver };
|
||||
pub use sender::{ Sender, SentMessage, SendError };
|
||||
pub use receiver::{ Receiver, RecvMessage, RecvError };
|
||||
Reference in New Issue
Block a user