Documentation ¶ Index ¶ func NewNotifier(notifierConfig map[string]string) types.Notifier type Notifier func (wh *Notifier) Filter() *regexp.Regexp func (wh *Notifier) Name() string func (wh *Notifier) Payload(e types.InteractionEvent) (string, []any) func (wh *Notifier) Send(e types.InteractionEvent) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewNotifier ¶ func NewNotifier(notifierConfig map[string]string) types.Notifier Types ¶ type Notifier ¶ type Notifier struct { // contains filtered or unexported fields } func (*Notifier) Filter ¶ func (wh *Notifier) Filter() *regexp.Regexp func (*Notifier) Name ¶ func (wh *Notifier) Name() string func (*Notifier) Payload ¶ func (wh *Notifier) Payload(e types.InteractionEvent) (string, []any) func (*Notifier) Send ¶ func (wh *Notifier) Send(e types.InteractionEvent) error Source Files ¶ View all Source files logging.gonotifier_log.go Click to show internal directories. Click to hide internal directories.