Documentation
¶
Index ¶
- type Mock
- func (m *Mock) AssertNotSent(mailable *mail.Mailablee) bool
- func (m *Mock) AssertNothingSent() bool
- func (m *Mock) AssertSent(mailable *mail.Mailablee) bool
- func (m *Mock) AssertSentCount(count int) bool
- func (m *Mock) AssertSentMultiple(mailable *mail.Mailablee, count int) bool
- func (m *Mock) AssertSentTo(mailable *mail.Mailablee, emails ...string) bool
- func (m *Mock) Register(templates embed.FS) mail.Mailer
- func (m *Mock) Send(context context.Context, options mail.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mock ¶
func (*Mock) AssertSentCount ¶
func (*Mock) AssertSentMultiple ¶
func (*Mock) AssertSentTo ¶
Click to show internal directories.
Click to hide internal directories.