mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 07:14:54 -06:00
Rename DeleteSessionToken to DeleteDownloadToken
This commit is contained in:
@@ -206,8 +206,8 @@ impl Executable {
|
|||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
#[serde(tag = "type")]
|
#[serde(tag = "type")]
|
||||||
pub enum IncomingMessage {
|
pub enum IncomingMessage {
|
||||||
// A request from the client to delete a session token
|
// A request from the client to delete a download token
|
||||||
DeleteSessionToken { id: u32 },
|
DeleteDownloadToken { id: u32 },
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize)]
|
#[derive(Debug, Serialize)]
|
||||||
|
|||||||
Reference in New Issue
Block a user