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