Model euphoria api
This commit is contained in:
parent
03dfe10f3e
commit
de7815f653
9 changed files with 702 additions and 1 deletions
12
cove-tui/src/euph.rs
Normal file
12
cove-tui/src/euph.rs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
mod api;
|
||||
|
||||
use std::convert::Infallible;
|
||||
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
|
||||
enum Request {}
|
||||
|
||||
pub struct EuphRoom {
|
||||
canary: oneshot::Sender<Infallible>,
|
||||
tx: mpsc::Sender<Request>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue