Documentation ¶ Index ¶ type Composer type Recovery func (t *Recovery) Email() Composer func (t *Recovery) Name() string type Template type Verification func (t *Verification) Email() Composer func (t *Verification) Name() string type Welcome func (t *Welcome) Email() Composer func (t *Welcome) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Composer ¶ type Composer func(l *i18n.Localizer) hermes.Email type Recovery ¶ type Recovery struct { Link string Validity string } func (*Recovery) Email ¶ func (t *Recovery) Email() Composer func (*Recovery) Name ¶ func (t *Recovery) Name() string type Template ¶ type Template interface { Name() string Email() Composer } type Verification ¶ type Verification struct { Link string Validity string } func (*Verification) Email ¶ func (t *Verification) Email() Composer func (*Verification) Name ¶ func (t *Verification) Name() string type Welcome ¶ type Welcome struct { Link string Validity string } func (*Welcome) Email ¶ func (t *Welcome) Email() Composer func (*Welcome) Name ¶ func (t *Welcome) Name() string Source Files ¶ View all Source files main.go recovery.go verification.go welcome.go Click to show internal directories. Click to hide internal directories.