Documentation
¶
Overview ¶
Package channels provides different communication channels to notify users.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel interface {
// SendMessage sends a message to users.
SendMessage(ctx context.Context, message *Message) error
}
Channel defines the methods of a communication channel.
Click to show internal directories.
Click to hide internal directories.