Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
Notifier describes a Slack notifier
func New ¶
func New(commonConfig types.NotifiersCommonConfig, slackConfig NotifierSlackConfig, logger *zap.SugaredLogger) (*Notifier, error)
New Slack Notifier
func (*Notifier) GetNotifierName ¶
GetNotifierName returns the driver's name
type NotifierSlackConfig ¶
Click to show internal directories.
Click to hide internal directories.