mirror of
https://github.com/containrrr/watchtower.git
synced 2026-03-12 07:32:35 +01:00
Added hangouts chat notification support
This commit is contained in:
parent
f317f9fbc8
commit
d75f3e018c
4 changed files with 109 additions and 1 deletions
|
|
@ -40,6 +40,8 @@ func NewNotifier(c *cobra.Command) *Notifier {
|
|||
tn = newMsTeamsNotifier(c, acceptedLogLevels)
|
||||
case gotifyType:
|
||||
tn = newGotifyNotifier(c, acceptedLogLevels)
|
||||
case hangoutsType:
|
||||
tn = newHangoutsNotifier(c, acceptedLogLevels)
|
||||
default:
|
||||
log.Fatalf("Unknown notification type %q", t)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue