mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-09 02:28:50 +01:00
add GetURLs for notifier
This commit is contained in:
parent
7579740d38
commit
d30cfabbcb
2 changed files with 7 additions and 2 deletions
|
|
@ -6,5 +6,6 @@ type Notifier interface {
|
|||
SendNotification(Report)
|
||||
AddLogHook()
|
||||
GetNames() []string
|
||||
GetURLs() []string
|
||||
Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue