Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender interface {
// Send queues up a notification for delivery to all of an account's Web Push subscriptions.
Send(ctx context.Context, notif *gtsmodel.Notification, apiNotif *apimodel.Notification) error
}
Sender can send Web Push notifications.
Click to show internal directories.
Click to hide internal directories.