mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-25 23:03:58 +01:00
Add Gotify notification client (#36)
Co-authored-by: Paul Götzinger <paul70079@gmail.com>
This commit is contained in:
@@ -67,6 +67,10 @@ func Load(flags model.Flags, version string) (*Config, error) {
|
||||
Method: "GET",
|
||||
Timeout: 10,
|
||||
},
|
||||
Gotify: model.NotifGotify{
|
||||
Enable: false,
|
||||
Timeout: 10,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user