Documentation ¶
Overview ¶
Package mock_contactcommunicationmethod is a generated GoMock package.
Index ¶
- type MockIContactCommunicationMethodService
- func (m *MockIContactCommunicationMethodService) DoDelete(arg0 context.Context, arg1 string, arg2, arg3 int64) message.IMessage
- func (m *MockIContactCommunicationMethodService) DoRead(arg0 context.Context, arg1 string, arg2, arg3 int64) (*contactcommunicationmethod.ContactCommunicationMethod, message.IMessage)
- func (m *MockIContactCommunicationMethodService) DoReadAll(arg0 context.Context, arg1 string, arg2 int64) ([]*contactcommunicationmethod.ContactCommunicationMethod, message.IMessage)
- func (m *MockIContactCommunicationMethodService) DoSave(arg0 context.Context, ...) message.IMessage
- func (m *MockIContactCommunicationMethodService) EXPECT() *MockIContactCommunicationMethodServiceMockRecorder
- type MockIContactCommunicationMethodServiceMockRecorder
- func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoDelete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoRead(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoReadAll(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIContactCommunicationMethodService ¶
type MockIContactCommunicationMethodService struct {
// contains filtered or unexported fields
}
MockIContactCommunicationMethodService is a mock of IContactCommunicationMethodService interface
func NewMockIContactCommunicationMethodService ¶
func NewMockIContactCommunicationMethodService(ctrl *gomock.Controller) *MockIContactCommunicationMethodService
NewMockIContactCommunicationMethodService creates a new mock instance
func (*MockIContactCommunicationMethodService) DoDelete ¶
func (m *MockIContactCommunicationMethodService) DoDelete(arg0 context.Context, arg1 string, arg2, arg3 int64) message.IMessage
DoDelete mocks base method
func (*MockIContactCommunicationMethodService) DoRead ¶
func (m *MockIContactCommunicationMethodService) DoRead(arg0 context.Context, arg1 string, arg2, arg3 int64) (*contactcommunicationmethod.ContactCommunicationMethod, message.IMessage)
DoRead mocks base method
func (*MockIContactCommunicationMethodService) DoReadAll ¶
func (m *MockIContactCommunicationMethodService) DoReadAll(arg0 context.Context, arg1 string, arg2 int64) ([]*contactcommunicationmethod.ContactCommunicationMethod, message.IMessage)
DoReadAll mocks base method
func (*MockIContactCommunicationMethodService) DoSave ¶
func (m *MockIContactCommunicationMethodService) DoSave(arg0 context.Context, arg1 *contactcommunicationmethod.ContactCommunicationMethod) message.IMessage
DoSave mocks base method
func (*MockIContactCommunicationMethodService) EXPECT ¶
func (m *MockIContactCommunicationMethodService) EXPECT() *MockIContactCommunicationMethodServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIContactCommunicationMethodServiceMockRecorder ¶
type MockIContactCommunicationMethodServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockIContactCommunicationMethodServiceMockRecorder is the mock recorder for MockIContactCommunicationMethodService
func (*MockIContactCommunicationMethodServiceMockRecorder) DoDelete ¶
func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoDelete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DoDelete indicates an expected call of DoDelete
func (*MockIContactCommunicationMethodServiceMockRecorder) DoRead ¶
func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoRead(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DoRead indicates an expected call of DoRead
func (*MockIContactCommunicationMethodServiceMockRecorder) DoReadAll ¶
func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoReadAll(arg0, arg1, arg2 interface{}) *gomock.Call
DoReadAll indicates an expected call of DoReadAll
func (*MockIContactCommunicationMethodServiceMockRecorder) DoSave ¶
func (mr *MockIContactCommunicationMethodServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
DoSave indicates an expected call of DoSave