Documentation ¶
Overview ¶
Package mock_queue is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMailer ¶
type MockMailer struct {
// contains filtered or unexported fields
}
MockMailer is a mock of Mailer interface
func NewMockMailer ¶
func NewMockMailer(ctrl *gomock.Controller) *MockMailer
NewMockMailer creates a new mock instance
func (*MockMailer) EXPECT ¶
func (m *MockMailer) EXPECT() *MockMailerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMailer) SendConfig ¶ added in v0.9.3
SendConfig mocks base method
type MockMailerMockRecorder ¶
type MockMailerMockRecorder struct {
// contains filtered or unexported fields
}
MockMailerMockRecorder is the mock recorder for MockMailer
func (*MockMailerMockRecorder) SendConfig ¶ added in v0.9.3
func (mr *MockMailerMockRecorder) SendConfig(arg0, arg1, arg2 interface{}) *gomock.Call
SendConfig indicates an expected call of SendConfig
Click to show internal directories.
Click to hide internal directories.