mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
refactor: Update SendNotification function to handle old and new settings triggers
This commit is contained in:
6
core/entity/notification_variable.go
Normal file
6
core/entity/notification_variable.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package entity
|
||||
|
||||
type NotificationVariable struct {
|
||||
Category string `json:"category"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user