refactor: Update SendNotification function to handle old and new settings triggers

This commit is contained in:
Marvin Zhang
2024-07-15 17:34:04 +08:00
parent 0e0fb8cbae
commit 71194131cd
9 changed files with 131 additions and 241 deletions

View File

@@ -0,0 +1,6 @@
package entity
type NotificationVariable struct {
Category string `json:"category"`
Name string `json:"name"`
}