mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
feat: added notification test
This commit is contained in:
@@ -18,4 +18,5 @@ type NotificationRequest struct {
|
||||
ChannelId primitive.ObjectID `json:"channel_id" bson:"channel_id"`
|
||||
Setting *NotificationSetting `json:"setting,omitempty" bson:"-"`
|
||||
Channel *NotificationChannel `json:"channel,omitempty" bson:"-"`
|
||||
Test bool `json:"test,omitempty" bson:"test,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user