Expose euph::api

This commit is contained in:
Joscha 2022-06-22 21:51:19 +02:00
parent 041ab0c530
commit 60bd6024ae
3 changed files with 5 additions and 6 deletions

View file

@ -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>>;