11
This commit is contained in:
@@ -289,6 +289,7 @@ pub async fn download_file(Path(filename): Path<String>) -> Result<Response, Sta
|
||||
|
||||
#[derive(Debug, serde::Deserialize)]
|
||||
pub struct TriggerBuildBody {
|
||||
#[allow(dead_code)]
|
||||
pub platforms: Vec<String>,
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ use uuid::Uuid;
|
||||
use funmc_shared::protocol::SignalingMessage;
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct SignalingSession {
|
||||
pub user_id: Uuid,
|
||||
pub tx: mpsc::UnboundedSender<SignalingMessage>,
|
||||
|
||||
Reference in New Issue
Block a user