Add Pushover notification (#254)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-01-04 22:29:48 +01:00
committed by GitHub
parent e6ba971025
commit dc1216c221
23 changed files with 217 additions and 44 deletions

View File

@@ -131,6 +131,10 @@ func TestLoadFile(t *testing.T) {
Topic: "docker/diun",
QoS: 0,
},
Pushover: &model.NotifPushover{
Token: "uQiRzpo4DXghDmr9QzzfQu27cmVRsG",
Recipient: "gznej3rKEVAvPUxu9vvNnqpmZpokzF",
},
RocketChat: &model.NotifRocketChat{
Endpoint: "http://rocket.foo.com:3000",
Channel: "#general",