Documentation
¶
Overview ¶
Package service contains the core business logic for the notification feature.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyMessage = errors.New("message must not be empty")
ErrEmptyMessage is returned when a notification request contains no message.
Functions ¶
This section is empty.
Types ¶
type NotificationService ¶
type NotificationService struct {
// contains filtered or unexported fields
}
NotificationService implements ports.Sender with in-process delivery.
Click to show internal directories.
Click to hide internal directories.