Versions in this module Expand all Collapse all v0 v0.1.0 Sep 3, 2015 Changes in this version + type UserEmailer struct + func NewUserEmailer(ur user.UserRepo, pwi user.PasswordInfoRepo, signerFn signerFunc, ...) *UserEmailer + func (u *UserEmailer) SendEmailVerification(userID, clientID string, redirectURL url.URL) (*url.URL, error) + func (u *UserEmailer) SendResetPasswordEmail(email string, redirectURL url.URL, clientID string) (*url.URL, error) + func (u *UserEmailer) SetEmailer(emailer *email.TemplatizedEmailer)