Implement EuphVault
This commit is contained in:
parent
58c6c90055
commit
dcbad0a739
7 changed files with 362 additions and 7 deletions
|
|
@ -4,6 +4,8 @@ use std::convert::Infallible;
|
|||
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
|
||||
pub use api::{Message, SessionView, Snowflake, Time, UserId};
|
||||
|
||||
enum Request {}
|
||||
|
||||
pub struct EuphRoom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue