Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type MockRepository
- func (_m *MockRepository) Count(req interface{}) (int, *dberrors.Error)
- func (_m *MockRepository) Create(req interface{}) *dberrors.Error
- func (_m *MockRepository) Delete(req interface{}, where interface{}) *dberrors.Error
- func (_m *MockRepository) Get(req interface{}) (interface{}, *dberrors.Error)
- func (_m *MockRepository) List(req interface{}) (interface{}, *dberrors.Error)
- func (_m *MockRepository) ListWithParams(req interface{}, params *repository.ListParameters) (interface{}, *dberrors.Error)
- func (_m *MockRepository) Patch(req interface{}, where interface{}) *dberrors.Error
- func (_m *MockRepository) Update(req interface{}) *dberrors.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRepository ¶
MockRepository is an autogenerated mock type for the MockRepository type
func (*MockRepository) Count ¶
func (_m *MockRepository) Count(req interface{}) (int, *dberrors.Error)
Count provides a mock function with given fields: req
func (*MockRepository) Create ¶
func (_m *MockRepository) Create(req interface{}) *dberrors.Error
Create provides a mock function with given fields: req
func (*MockRepository) Delete ¶
func (_m *MockRepository) Delete(req interface{}, where interface{}) *dberrors.Error
Delete provides a mock function with given fields: req, where
func (*MockRepository) Get ¶
func (_m *MockRepository) Get(req interface{}) (interface{}, *dberrors.Error)
Get provides a mock function with given fields: req
func (*MockRepository) List ¶
func (_m *MockRepository) List(req interface{}) (interface{}, *dberrors.Error)
List provides a mock function with given fields: req
func (*MockRepository) ListWithParams ¶
func (_m *MockRepository) ListWithParams(req interface{}, params *repository.ListParameters) (interface{}, *dberrors.Error)
ListWithParams provides a mock function with given fields: req, params
func (*MockRepository) Patch ¶
func (_m *MockRepository) Patch(req interface{}, where interface{}) *dberrors.Error
Patch provides a mock function with given fields: req, where
func (*MockRepository) Update ¶
func (_m *MockRepository) Update(req interface{}) *dberrors.Error
Update provides a mock function with given fields: req
Click to show internal directories.
Click to hide internal directories.