mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-04-02 01:55:29 +00:00
implement game event subscriptions via rss
This commit is contained in:
parent
31c31d2106
commit
28c64036ce
5 changed files with 155 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use rocket::serde::{Deserialize, Serialize};
|
||||
use std::net::SocketAddr;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[derive(Debug, Deserialize, Serialize, Clone)]
|
||||
#[serde(crate = "rocket::serde")]
|
||||
pub struct Result {
|
||||
pub protocol: Vec<i32>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue