Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationSender ¶
type NotificationSender = func(recipient types.NotificationRecipient, notification types.NotificationData) error
NotificationSender represents a function that allows to send a notification to the given recipient
type NotificationsSenderCreator ¶
type NotificationsSenderCreator = func(context notificationscontext.Context) NotificationSender
NotificationsSenderCreator represents a function that allows to create a new NotificationSender
Click to show internal directories.
Click to hide internal directories.