Documentation
¶
Overview ¶
Package mock_interfaces is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockQueryMappingRepo ¶
type MockQueryMappingRepo struct {
// contains filtered or unexported fields
}
MockQueryMappingRepo is a mock of QueryMappingRepo interface.
func NewMockQueryMappingRepo ¶
func NewMockQueryMappingRepo(ctrl *gomock.Controller) *MockQueryMappingRepo
NewMockQueryMappingRepo creates a new mock instance.
func (*MockQueryMappingRepo) AddQueryMapping ¶
func (m *MockQueryMappingRepo) AddQueryMapping(arg0, arg1, arg2, arg3 string) error
AddQueryMapping mocks base method.
func (*MockQueryMappingRepo) EXPECT ¶
func (m *MockQueryMappingRepo) EXPECT() *MockQueryMappingRepoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueryMappingRepo) GetMapping ¶
func (m *MockQueryMappingRepo) GetMapping() []querymapping.QueryMap
GetMapping mocks base method.
type MockQueryMappingRepoMockRecorder ¶
type MockQueryMappingRepoMockRecorder struct {
// contains filtered or unexported fields
}
MockQueryMappingRepoMockRecorder is the mock recorder for MockQueryMappingRepo.
func (*MockQueryMappingRepoMockRecorder) AddQueryMapping ¶
func (mr *MockQueryMappingRepoMockRecorder) AddQueryMapping(arg0, arg1, arg2, arg3 any) *gomock.Call
AddQueryMapping indicates an expected call of AddQueryMapping.
func (*MockQueryMappingRepoMockRecorder) GetMapping ¶
func (mr *MockQueryMappingRepoMockRecorder) GetMapping() *gomock.Call
GetMapping indicates an expected call of GetMapping.
Click to show internal directories.
Click to hide internal directories.