Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multi ¶
type Multi struct {
// contains filtered or unexported fields
}
Multi composites multiple notifiers.
type SlackNotifier ¶
type SlackNotifier struct {
// contains filtered or unexported fields
}
SlackNotifier delivers statistics summaries to a Slack channel.
func NewSlackNotifier ¶
func NewSlackNotifier(token, channelID string) *SlackNotifier
NewSlackNotifier creates a new SlackNotifier.
Click to show internal directories.
Click to hide internal directories.