Documentation
¶
Overview ¶
Package mock_interfaces_queries is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockQueriesRepo ¶
type MockQueriesRepo struct {
// contains filtered or unexported fields
}
MockQueriesRepo is a mock of QueriesRepo interface.
func NewMockQueriesRepo ¶
func NewMockQueriesRepo(ctrl *gomock.Controller) *MockQueriesRepo
NewMockQueriesRepo creates a new mock instance.
func (*MockQueriesRepo) EXPECT ¶
func (m *MockQueriesRepo) EXPECT() *MockQueriesRepoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueriesRepo) GetCustomStatesList ¶ added in v1.9.0
func (m *MockQueriesRepo) GetCustomStatesList() (*soap.GetResultStateListResponse, error)
GetCustomStatesList mocks base method.
func (*MockQueriesRepo) GetQueriesList ¶
func (m *MockQueriesRepo) GetQueriesList() (*soap.GetQueryCollectionResponse, error)
GetQueriesList mocks base method.
type MockQueriesRepoMockRecorder ¶
type MockQueriesRepoMockRecorder struct {
// contains filtered or unexported fields
}
MockQueriesRepoMockRecorder is the mock recorder for MockQueriesRepo.
func (*MockQueriesRepoMockRecorder) GetCustomStatesList ¶ added in v1.9.0
func (mr *MockQueriesRepoMockRecorder) GetCustomStatesList() *gomock.Call
GetCustomStatesList indicates an expected call of GetCustomStatesList.
func (*MockQueriesRepoMockRecorder) GetQueriesList ¶
func (mr *MockQueriesRepoMockRecorder) GetQueriesList() *gomock.Call
GetQueriesList indicates an expected call of GetQueriesList.
Click to show internal directories.
Click to hide internal directories.