Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGomailSender ¶
type MockGomailSender struct {
// contains filtered or unexported fields
}
MockGomailSender is a mock of GomailSender interface
func NewMockGomailSender ¶
func NewMockGomailSender(ctrl *gomock.Controller) *MockGomailSender
NewMockGomailSender creates a new mock instance
func (*MockGomailSender) EXPECT ¶
func (m *MockGomailSender) EXPECT() *MockGomailSenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGomailSenderMockRecorder ¶
type MockGomailSenderMockRecorder struct {
// contains filtered or unexported fields
}
MockGomailSenderMockRecorder is the mock recorder for MockGomailSender
func (*MockGomailSenderMockRecorder) Send ¶
func (mr *MockGomailSenderMockRecorder) Send(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Send indicates an expected call of Send
type MockSendCloser ¶
type MockSendCloser struct {
// contains filtered or unexported fields
}
MockSendCloser is a mock of SendCloser interface
func NewMockSendCloser ¶
func NewMockSendCloser(ctrl *gomock.Controller) *MockSendCloser
NewMockSendCloser creates a new mock instance
func (*MockSendCloser) EXPECT ¶
func (m *MockSendCloser) EXPECT() *MockSendCloserMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockSendCloserMockRecorder ¶
type MockSendCloserMockRecorder struct {
// contains filtered or unexported fields
}
MockSendCloserMockRecorder is the mock recorder for MockSendCloser
func (*MockSendCloserMockRecorder) Close ¶
func (mr *MockSendCloserMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockSendCloserMockRecorder) Send ¶
func (mr *MockSendCloserMockRecorder) Send(arg0, arg1, arg2 interface{}) *gomock.Call
Send indicates an expected call of Send
type Mockdealer ¶
type Mockdealer struct {
// contains filtered or unexported fields
}
Mockdealer is a mock of dealer interface
func NewMockdealer ¶
func NewMockdealer(ctrl *gomock.Controller) *Mockdealer
NewMockdealer creates a new mock instance
func (*Mockdealer) Dial ¶
func (m *Mockdealer) Dial() (gomail_v2.SendCloser, error)
Dial mocks base method
func (*Mockdealer) EXPECT ¶
func (m *Mockdealer) EXPECT() *MockdealerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockdealerMockRecorder ¶
type MockdealerMockRecorder struct {
// contains filtered or unexported fields
}
MockdealerMockRecorder is the mock recorder for Mockdealer
func (*MockdealerMockRecorder) Dial ¶
func (mr *MockdealerMockRecorder) Dial() *gomock.Call
Dial indicates an expected call of Dial