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

@@ -67,6 +67,10 @@ func Load(flags model.Flags, version string) (*Config, error) {
Method: "GET",
Timeout: 10,
},
Gotify: model.NotifGotify{
Enable: false,
Timeout: 10,
},
},
}