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