✨ Adds gotify notifications
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct Alert {
|
||||
pub title: String,
|
||||
pub message: String,
|
||||
pub priority: i32,
|
||||
}
|
||||
Reference in New Issue
Block a user