mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
Add Amqp notification client (#63)
This commit is contained in:
@@ -52,6 +52,14 @@ func TestLoad(t *testing.T) {
|
||||
Schedule: "*/30 * * * *",
|
||||
},
|
||||
Notif: model.Notif{
|
||||
Amqp: model.NotifAmqp{
|
||||
Enable: false,
|
||||
Host: "localhost",
|
||||
Port: 5672,
|
||||
Username: "guest",
|
||||
Password: "guest",
|
||||
Queue: "queue",
|
||||
},
|
||||
Gotify: model.NotifGotify{
|
||||
Enable: false,
|
||||
Endpoint: "http://gotify.foo.com",
|
||||
|
||||
Reference in New Issue
Block a user