Documentation ¶
Overview ¶
Package mock_contactsystem is a generated GoMock package.
Index ¶
- type MockIContactSystemService
- func (m *MockIContactSystemService) DoDelete(arg0 context.Context, arg1 string) message.IMessage
- func (m *MockIContactSystemService) DoRead(arg0 context.Context, arg1 string) (*contactsystem.ContactSystem, message.IMessage)
- func (m *MockIContactSystemService) DoReadAll(arg0 context.Context) ([]*contactsystem.ContactSystem, message.IMessage)
- func (m *MockIContactSystemService) DoSave(arg0 context.Context, arg1 *contactsystem.ContactSystem) message.IMessage
- func (m *MockIContactSystemService) EXPECT() *MockIContactSystemServiceMockRecorder
- type MockIContactSystemServiceMockRecorder
- func (mr *MockIContactSystemServiceMockRecorder) DoDelete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIContactSystemServiceMockRecorder) DoRead(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIContactSystemServiceMockRecorder) DoReadAll(arg0 interface{}) *gomock.Call
- func (mr *MockIContactSystemServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIContactSystemService ¶
type MockIContactSystemService struct {
// contains filtered or unexported fields
}
MockIContactSystemService is a mock of IContactSystemService interface
func NewMockIContactSystemService ¶
func NewMockIContactSystemService(ctrl *gomock.Controller) *MockIContactSystemService
NewMockIContactSystemService creates a new mock instance
func (*MockIContactSystemService) DoRead ¶
func (m *MockIContactSystemService) DoRead(arg0 context.Context, arg1 string) (*contactsystem.ContactSystem, message.IMessage)
DoRead mocks base method
func (*MockIContactSystemService) DoReadAll ¶
func (m *MockIContactSystemService) DoReadAll(arg0 context.Context) ([]*contactsystem.ContactSystem, message.IMessage)
DoReadAll mocks base method
func (*MockIContactSystemService) DoSave ¶
func (m *MockIContactSystemService) DoSave(arg0 context.Context, arg1 *contactsystem.ContactSystem) message.IMessage
DoSave mocks base method
func (*MockIContactSystemService) EXPECT ¶
func (m *MockIContactSystemService) EXPECT() *MockIContactSystemServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIContactSystemServiceMockRecorder ¶
type MockIContactSystemServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockIContactSystemServiceMockRecorder is the mock recorder for MockIContactSystemService
func (*MockIContactSystemServiceMockRecorder) DoDelete ¶
func (mr *MockIContactSystemServiceMockRecorder) DoDelete(arg0, arg1 interface{}) *gomock.Call
DoDelete indicates an expected call of DoDelete
func (*MockIContactSystemServiceMockRecorder) DoRead ¶
func (mr *MockIContactSystemServiceMockRecorder) DoRead(arg0, arg1 interface{}) *gomock.Call
DoRead indicates an expected call of DoRead
func (*MockIContactSystemServiceMockRecorder) DoReadAll ¶
func (mr *MockIContactSystemServiceMockRecorder) DoReadAll(arg0 interface{}) *gomock.Call
DoReadAll indicates an expected call of DoReadAll
func (*MockIContactSystemServiceMockRecorder) DoSave ¶
func (mr *MockIContactSystemServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
DoSave indicates an expected call of DoSave
Click to show internal directories.
Click to hide internal directories.