mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-15 14:40:13 +01:00
7 lines
84 B
Go
7 lines
84 B
Go
|
|
package types
|
||
|
|
|
||
|
|
type Notifier interface {
|
||
|
|
StartNotification()
|
||
|
|
SendNotification()
|
||
|
|
}
|