Versions in this module Expand all Collapse all v1 v1.6.1 Jul 9, 2019 Changes in this version + var ErrBadFormat = errors.New("invalid format") + func ValidateFormat(email string) error + type MailerHandler struct + func (mh *MailerHandler) Filter() func(string) string + func (mh *MailerHandler) ResolveUser(ctx context.Context, user *mailer.User) (*mailer.User, error) + func (mh *MailerHandler) Send(req *restful.Request, rsp *restful.Response) + func (mh *MailerHandler) SwaggerTags() []string Incompatible versions in this module v2.0.6+incompatible Apr 23, 2020