Documentation ¶
Index ¶
- func NotifyAboutDeletedPost(post *models.Post) worker.Task
- func NotifyAboutNewComment(post *models.Post, comment *models.NewComment) worker.Task
- func NotifyAboutNewPost(post *models.Post) worker.Task
- func NotifyAboutStatusChange(post *models.Post, prevStatus models.PostStatus) worker.Task
- func SendChangeEmailConfirmation(model *models.ChangeUserEmail) worker.Task
- func SendInvites(subject, message string, invitations []*models.UserInvitation) 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 NotifyAboutDeletedPost ¶ added in v0.17.0
NotifyAboutDeletedPost sends a notification (web and email) to subscribers of the post that has been deleted
func NotifyAboutNewComment ¶
NotifyAboutNewComment sends a notification (web and email) to subscribers
func NotifyAboutNewPost ¶ added in v0.15.0
NotifyAboutNewPost 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 SendInvites ¶ added in v0.12.0
func SendInvites(subject, message string, invitations []*models.UserInvitation) worker.Task
SendInvites sends one email to each invited recipient
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.