mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
7 lines
84 B
Go
7 lines
84 B
Go
![]() |
package types
|
||
|
|
||
|
type Notifier interface {
|
||
|
StartNotification()
|
||
|
SendNotification()
|
||
|
}
|