add GetURLs for notifier

This commit is contained in:
nils måsén 2022-09-07 15:22:46 +02:00
parent 7579740d38
commit d30cfabbcb
2 changed files with 7 additions and 2 deletions

View file

@ -6,5 +6,6 @@ type Notifier interface {
SendNotification(Report)
AddLogHook()
GetNames() []string
GetURLs() []string
Close()
}