feat: void.cat migration binary

This commit is contained in:
2024-09-26 14:38:00 +01:00
parent 7a68ec800a
commit 5e7f602890
7 changed files with 339 additions and 36 deletions

View File

@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
use crate::filesystem::FileSystemResult;
pub(crate) struct Webhook {
pub struct Webhook {
url: String,
}