Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailSender ¶
type EmailSender struct{}
func NewEmailSender ¶
func NewEmailSender() *EmailSender
func (*EmailSender) Send ¶
func (e *EmailSender) Send(mess string)
type SlackSender ¶
type SlackSender struct{}
func NewSlackSender ¶
func NewSlackSender() *SlackSender
func (*SlackSender) Send ¶
func (s *SlackSender) Send(text string)
Click to show internal directories.
Click to hide internal directories.