mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-23 01:06:09 +01:00
make notify log hook opt-in
This commit is contained in:
parent
102566032a
commit
f817098cd5
5 changed files with 22 additions and 14 deletions
|
|
@ -4,6 +4,7 @@ package types
|
|||
type Notifier interface {
|
||||
StartNotification()
|
||||
SendNotification(Report)
|
||||
AddLogHook()
|
||||
GetNames() []string
|
||||
Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue