Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationSender ¶
type NotificationSender interface {
Send(ctx context.Context, n notification.Notification) (notification.NotificationResponse, error)
BatchSend(ctx context.Context, notifications []notification.Notification) (notification.NotificationResponse, error)
}
Click to show internal directories.
Click to hide internal directories.