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 e672329370
commit b7cafb4623
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"`
}