Versions in this module Expand all Collapse all v1 v1.5.5 Nov 11, 2024 v1.5.4 Nov 8, 2024 Changes in this version + func CreateMailUser(ctx *macaron.Context) string + func CreateSlackChannel(ctx *macaron.Context) string + func Mail(ctx *macaron.Context) string + func RemoveMailUser(ctx *macaron.Context) string + func RemoveSlackChannel(ctx *macaron.Context) string + func Slack(ctx *macaron.Context) string + func UpdateMail(ctx *macaron.Context, form MailServerForm) string + func UpdateSlack(ctx *macaron.Context) string + func UpdateWebHook(ctx *macaron.Context) string + func WebHook(ctx *macaron.Context) string + type MailServerForm struct + Host string + Password string + Port int + User string