Versions in this module Expand all Collapse all v0 v0.0.2 Sep 11, 2020 v0.0.1 Jul 30, 2020 Changes in this version + type Mailer interface + SendAccountRecovery func(context.Context, *models.User, *primitives.Recovery, primitives.Password) error + type TestMail struct + Arguments map[string]interface{} + To models.Email + Type string + type TestMailer struct + Mails []*TestMail + func (tm *TestMailer) SendAccountRecovery(ctx context.Context, user *models.User, recovery *primitives.Recovery, ...) error