mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
✨ add: add AlertId field to NotificationSettingV2 model
This commit is contained in:
@@ -30,4 +30,6 @@ type NotificationSettingV2 struct {
|
||||
|
||||
ChannelIds []primitive.ObjectID `json:"channel_ids,omitempty" bson:"channel_ids,omitempty"`
|
||||
Channels []NotificationChannelV2 `json:"channels,omitempty" bson:"-"`
|
||||
|
||||
AlertId primitive.ObjectID `json:"alert_id,omitempty" bson:"alert_id,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user