Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationService ¶
func NewNullNotificationService ¶
func NewNullNotificationService() NotificationService
func NewSlackNotificationService ¶
func NewSlackNotificationService(slackToken string, channel string) NotificationService
type NullNotificationService ¶
type NullNotificationService struct { }
func (*NullNotificationService) SendNotification ¶
func (s *NullNotificationService) SendNotification(message string) error
type SlackMessage ¶
type SlackNotificationService ¶
func (*SlackNotificationService) SendNotification ¶
func (s *SlackNotificationService) SendNotification(message string) error
Click to show internal directories.
Click to hide internal directories.