senders

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

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 Senders

type Senders interface {
	Send(text string)
}

type SlackSender

type SlackSender struct{}

func NewSlackSender

func NewSlackSender() *SlackSender

func (*SlackSender) Send

func (s *SlackSender) Send(text string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL