Documentation ¶
Index ¶
- func NewUserNotifier(client *Client) notifier.UserNotifier
- type Client
- type UserNotifier
- func (s *UserNotifier) SendEmailVerification(opts *notifier.SendEmailVerificationOpts) error
- func (s *UserNotifier) SendGithubRelinkEmail(opts *notifier.SendGithubRelinkEmailOpts) error
- func (s *UserNotifier) SendPasswordResetEmail(opts *notifier.SendPasswordResetEmailOpts) error
- func (s *UserNotifier) SendProjectInviteEmail(opts *notifier.SendProjectInviteEmailOpts) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserNotifier ¶
func NewUserNotifier(client *Client) notifier.UserNotifier
Types ¶
type UserNotifier ¶
type UserNotifier struct {
// contains filtered or unexported fields
}
func (*UserNotifier) SendEmailVerification ¶
func (s *UserNotifier) SendEmailVerification(opts *notifier.SendEmailVerificationOpts) error
func (*UserNotifier) SendGithubRelinkEmail ¶
func (s *UserNotifier) SendGithubRelinkEmail(opts *notifier.SendGithubRelinkEmailOpts) error
func (*UserNotifier) SendPasswordResetEmail ¶
func (s *UserNotifier) SendPasswordResetEmail(opts *notifier.SendPasswordResetEmailOpts) error
func (*UserNotifier) SendProjectInviteEmail ¶
func (s *UserNotifier) SendProjectInviteEmail(opts *notifier.SendProjectInviteEmailOpts) error
Click to show internal directories.
Click to hide internal directories.