watchtower/pkg/types/notifier.go

7 lines
84 B
Go
Raw Normal View History

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