Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notifier ¶
type Notifier interface { Init(fields map[string]any) error Run(log utils.LogLine) error Information() models.Information Parameters() models.Parameters }
type Notifiers ¶
type Notifiers []Notifier
func GetNotifiers ¶
func GetNotifiers() *Notifiers
func ListDefaultNotifiers ¶
func ListDefaultNotifiers() *Notifiers
func (*Notifiers) FindNotifier ¶
Click to show internal directories.
Click to hide internal directories.