feat(notifications): refactoring notification handling
This commit is contained in:
@@ -17,6 +17,7 @@ type Scheduler interface {
|
||||
|
||||
type Notifier interface {
|
||||
Notify(alertResult *AlertResultContext)
|
||||
GetType() string
|
||||
}
|
||||
|
||||
type AlertCondition interface {
|
||||
|
||||
Reference in New Issue
Block a user