mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
Add Gotify notification client (#36)
Co-authored-by: Paul Götzinger <paul70079@gmail.com>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user