mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
Update Shoutrrr to v0.4 (#810)
This commit is contained in:
parent
60a6300f0e
commit
738215a1f7
10 changed files with 244 additions and 166 deletions
|
|
@ -1,7 +0,0 @@
|
|||
package types
|
||||
|
||||
// ConvertableNotifier is a notifier capable of creating a shoutrrr URL
|
||||
type ConvertableNotifier interface {
|
||||
Notifier
|
||||
GetURL() string
|
||||
}
|
||||
6
pkg/types/convertible_notifier.go
Normal file
6
pkg/types/convertible_notifier.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package types
|
||||
|
||||
// ConvertibleNotifier is a notifier capable of creating a shoutrrr URL
|
||||
type ConvertibleNotifier interface {
|
||||
GetURL() (string, error)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue