watchtower/pkg/types/notifier.go
2019-07-21 19:58:19 +02:00

6 lines
84 B
Go

package types
type Notifier interface {
StartNotification()
SendNotification()
}