feat: file deletion implementation

This commit is contained in:
Paul Makles
2024-11-27 21:54:39 +00:00
committed by Zomatree
parent 9a98c53aff
commit a42746c55b
15 changed files with 269 additions and 6 deletions

View File

@@ -265,3 +265,4 @@ events = ""
voice_ingress = ""
files = ""
proxy = ""
crond = ""

View File

@@ -339,6 +339,7 @@ pub struct Sentry {
pub voice_ingress: String,
pub files: String,
pub proxy: String,
pub crond: String,
}
#[derive(Deserialize, Debug, Clone)]