Expose euph::api
This commit is contained in:
parent
041ab0c530
commit
60bd6024ae
3 changed files with 5 additions and 6 deletions
|
|
@ -19,9 +19,9 @@ use crate::replies::{self, PendingReply, Replies};
|
|||
|
||||
use super::api::packet::{Command, Packet, ParsedPacket};
|
||||
use super::api::{
|
||||
BounceEvent, Data, HelloEvent, PersonalAccountView, Ping, PingReply, SnapshotEvent,
|
||||
BounceEvent, Data, HelloEvent, PersonalAccountView, Ping, PingReply, SessionView,
|
||||
SnapshotEvent, Time, UserId,
|
||||
};
|
||||
use super::{SessionView, Time, UserId};
|
||||
|
||||
pub type WsStream = WebSocketStream<MaybeTlsStream<TcpStream>>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue