Add Gotify notification client (#36)

Co-authored-by: Paul Götzinger <paul70079@gmail.com>
This commit is contained in:
CrazyMax
2020-02-17 22:39:43 +01:00
committed by GitHub
parent fbf7202ea8
commit f8d88e3893
10 changed files with 153 additions and 1 deletions

View File

@@ -78,6 +78,13 @@ func TestLoad(t *testing.T) {
},
Timeout: 10,
},
Gotify: model.NotifGotify{
Enable: false,
Endpoint: "http://gotify.foo.com",
Token: "Token123456",
Priority: 1,
Timeout: 10,
},
},
RegOpts: map[string]model.RegOpts{
"someregopts": {