Documentation ¶
Index ¶
- func NotifyAboutNewComment(idea *models.Idea, comment *models.NewComment) worker.Task
- func NotifyAboutNewIdea(idea *models.Idea) worker.Task
- func NotifyAboutStatusChange(idea *models.Idea, response *models.SetResponse) worker.Task
- func SendChangeEmailConfirmation(model *models.ChangeUserEmail) worker.Task
- func SendSignInEmail(model *models.SignInByEmail) worker.Task
- func SendSignUpEmail(model *models.CreateTenant, baseURL string) worker.Task
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotifyAboutNewComment ¶
NotifyAboutNewComment sends a notification (web and email) to subscribers
func NotifyAboutNewIdea ¶
NotifyAboutNewIdea sends a notification (web and email) to subscribers
func NotifyAboutStatusChange ¶
NotifyAboutStatusChange sends a notification (web and email) to subscribers
func SendChangeEmailConfirmation ¶
func SendChangeEmailConfirmation(model *models.ChangeUserEmail) worker.Task
SendChangeEmailConfirmation is used to send the change email confirmation email to requestor
func SendSignInEmail ¶
func SendSignInEmail(model *models.SignInByEmail) worker.Task
SendSignInEmail is used to send the sign in email to requestor
func SendSignUpEmail ¶
func SendSignUpEmail(model *models.CreateTenant, baseURL string) worker.Task
SendSignUpEmail is used to send the sign up email to requestor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.