Documentation ¶
Index ¶
- func NewEvaluationSuccessNotify(c buffalo.Context, eval *models.Evaluation, recpts []models.User) error
- func NewReplyNotify(c buffalo.Context, topic *models.Topic, reply *models.Reply, ...) error
- func NewTopicNotify(c buffalo.Context, topic *models.Topic, recpts []models.User) error
- func PlainTextTemplateEngine(input string, data map[string]interface{}, helpers map[string]interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEvaluationSuccessNotify ¶
func NewEvaluationSuccessNotify(c buffalo.Context, eval *models.Evaluation, recpts []models.User) error
NewEvaluationSuccessNotify Notifies a user/s of their success in passing an evaluation
func NewReplyNotify ¶
func NewReplyNotify(c buffalo.Context, topic *models.Topic, reply *models.Reply, recpts []models.User) error
NewReplyNotify Sends an email out to users about a reply on their subscribed topic Subscription should be checked beforehand
func NewTopicNotify ¶
NewTopicNotify Sends an email out to users about a new topic on their subscribed category Subscription should be checked beforehand
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.