Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackNotifier ¶ added in v1.7.25
type SlackNotifier struct { Ready bool // contains filtered or unexported fields }
func NewSlackNotifier ¶ added in v1.7.25
func NewSlackNotifier(template string) *SlackNotifier
func (*SlackNotifier) SendEvent ¶ added in v1.7.25
func (s *SlackNotifier) SendEvent(event testkube.Event) error
SendEvent composes an event message and sends it to slack
func (*SlackNotifier) SendMessage ¶ added in v1.7.25
func (s *SlackNotifier) SendMessage(channelID string, message string) error
SendMessage posts a message to the slack configured channel
Click to show internal directories.
Click to hide internal directories.