Documentation
¶
Overview ¶
Package mockmail is a generated GoMock package.
Index ¶
- type MockMailSender
- func (m *MockMailSender) EXPECT() *MockMailSenderMockRecorder
- func (m *MockMailSender) Send(arg0 string, arg1 []string, arg2, arg3, arg4 string, arg5 mail.MailHeader) error
- func (m *MockMailSender) SendAsync(arg0 string, arg1 []string, arg2, arg3, arg4 string, arg5 mail.MailHeader)
- func (m *MockMailSender) SendRaw(arg0 *mail.Mail) error
- type MockMailSenderMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMailSender ¶
type MockMailSender struct {
// contains filtered or unexported fields
}
MockMailSender is a mock of MailSender interface.
func NewMockMailSender ¶
func NewMockMailSender(ctrl *gomock.Controller) *MockMailSender
NewMockMailSender creates a new mock instance.
func (*MockMailSender) EXPECT ¶
func (m *MockMailSender) EXPECT() *MockMailSenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMailSender) Send ¶
func (m *MockMailSender) Send(arg0 string, arg1 []string, arg2, arg3, arg4 string, arg5 mail.MailHeader) error
Send mocks base method.
func (*MockMailSender) SendAsync ¶
func (m *MockMailSender) SendAsync(arg0 string, arg1 []string, arg2, arg3, arg4 string, arg5 mail.MailHeader)
SendAsync mocks base method.
type MockMailSenderMockRecorder ¶
type MockMailSenderMockRecorder struct {
// contains filtered or unexported fields
}
MockMailSenderMockRecorder is the mock recorder for MockMailSender.
func (*MockMailSenderMockRecorder) Send ¶
func (mr *MockMailSenderMockRecorder) Send(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call
Send indicates an expected call of Send.
Click to show internal directories.
Click to hide internal directories.