Documentation ¶
Overview ¶
Package test_view is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockQueryParams ¶
type MockQueryParams struct {
// contains filtered or unexported fields
}
MockQueryParams is a mock of QueryParams interface.
func NewMockQueryParams ¶
func NewMockQueryParams(ctrl *gomock.Controller) *MockQueryParams
NewMockQueryParams creates a new mock instance.
func (*MockQueryParams) EXPECT ¶
func (m *MockQueryParams) EXPECT() *MockQueryParamsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueryParams) NewConstraints ¶
func (m *MockQueryParams) NewConstraints(arg0 int32) (cluster.View_Constraint_List, error)
NewConstraints mocks base method.
func (*MockQueryParams) NewSelector ¶
func (m *MockQueryParams) NewSelector() (cluster.View_Selector, error)
NewSelector mocks base method.
type MockQueryParamsMockRecorder ¶
type MockQueryParamsMockRecorder struct {
// contains filtered or unexported fields
}
MockQueryParamsMockRecorder is the mock recorder for MockQueryParams.
func (*MockQueryParamsMockRecorder) NewConstraints ¶
func (mr *MockQueryParamsMockRecorder) NewConstraints(arg0 interface{}) *gomock.Call
NewConstraints indicates an expected call of NewConstraints.
func (*MockQueryParamsMockRecorder) NewSelector ¶
func (mr *MockQueryParamsMockRecorder) NewSelector() *gomock.Call
NewSelector indicates an expected call of NewSelector.
Click to show internal directories.
Click to hide internal directories.