mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
parent
3bbe1bd109
commit
35490c853d
9 changed files with 375 additions and 295 deletions
7
pkg/types/convertable_notifier.go
Normal file
7
pkg/types/convertable_notifier.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package types
|
||||
|
||||
// ConvertableNotifier is a notifier capable of creating a shoutrrr URL
|
||||
type ConvertableNotifier interface {
|
||||
Notifier
|
||||
GetURL() string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue