Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncidentNotifier ¶
type IncidentNotifier interface {
SendIncidentNotification(opts *SendIncidentNotificationOpts) error
}
type SendInviteLinkEmailOpts ¶
type UserNotifier ¶
type UserNotifier interface { GetID() string SendPasswordResetEmail(opts *SendPasswordResetEmailOpts) error SendVerificationEmail(opts *SendVerificationEmailOpts) error SendInviteLinkEmail(opts *SendInviteLinkEmailOpts) error }
Click to show internal directories.
Click to hide internal directories.