Documentation ¶
Index ¶
- func NewNoOpIncidentNotifier(l *logger.Logger) notifier.IncidentNotifier
- func NewNoOpUserNotifier(l *logger.Logger) notifier.UserNotifier
- type IncidentNotifier
- type UserNotifier
- func (s *UserNotifier) GetID() string
- func (s *UserNotifier) SendInviteLinkEmail(opts *notifier.SendInviteLinkEmailOpts) error
- func (s *UserNotifier) SendPasswordResetEmail(opts *notifier.SendPasswordResetEmailOpts) error
- func (s *UserNotifier) SendVerificationEmail(opts *notifier.SendVerificationEmailOpts) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoOpIncidentNotifier ¶
func NewNoOpIncidentNotifier(l *logger.Logger) notifier.IncidentNotifier
func NewNoOpUserNotifier ¶
func NewNoOpUserNotifier(l *logger.Logger) notifier.UserNotifier
Types ¶
type IncidentNotifier ¶
type IncidentNotifier struct {
// contains filtered or unexported fields
}
func (*IncidentNotifier) SendIncidentNotification ¶
func (s *IncidentNotifier) SendIncidentNotification(opts *notifier.SendIncidentNotificationOpts) error
type UserNotifier ¶
type UserNotifier struct {
// contains filtered or unexported fields
}
func (*UserNotifier) GetID ¶
func (s *UserNotifier) GetID() string
func (*UserNotifier) SendInviteLinkEmail ¶
func (s *UserNotifier) SendInviteLinkEmail(opts *notifier.SendInviteLinkEmailOpts) error
func (*UserNotifier) SendPasswordResetEmail ¶
func (s *UserNotifier) SendPasswordResetEmail(opts *notifier.SendPasswordResetEmailOpts) error
func (*UserNotifier) SendVerificationEmail ¶
func (s *UserNotifier) SendVerificationEmail(opts *notifier.SendVerificationEmailOpts) error
Click to show internal directories.
Click to hide internal directories.