Documentation ¶
Overview ¶
Package mock_smtp is a generated GoMock package.
Index ¶
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
type MockMailSenderMockRecorder ¶
type MockMailSenderMockRecorder struct {
// contains filtered or unexported fields
}
MockMailSenderMockRecorder is the mock recorder for MockMailSender
func (*MockMailSenderMockRecorder) SendMail ¶
func (mr *MockMailSenderMockRecorder) SendMail(addr, a, from, to, msg interface{}) *gomock.Call
SendMail indicates an expected call of SendMail
Click to show internal directories.
Click to hide internal directories.