Documentation ¶
Overview ¶
Package mock_controllers is a generated GoMock package.
Index ¶
- type MockAgentsTracker
- type MockAgentsTrackerMockRecorder
- type MockPlanner
- func (m *MockPlanner) CompileMutations(request *plannerpb.CompileMutationsRequest) (*plannerpb.CompileMutationsResponse, error)
- func (m *MockPlanner) EXPECT() *MockPlannerMockRecorder
- func (m *MockPlanner) Free()
- func (m *MockPlanner) GenerateOTelScript(request *plannerpb.GenerateOTelScriptRequest) (*plannerpb.GenerateOTelScriptResponse, error)
- func (m *MockPlanner) Plan(req *plannerpb.QueryRequest) (*distributedpb.LogicalPlannerResult, error)
- type MockPlannerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAgentsTracker ¶
type MockAgentsTracker struct {
// contains filtered or unexported fields
}
MockAgentsTracker is a mock of AgentsTracker interface.
func NewMockAgentsTracker ¶
func NewMockAgentsTracker(ctrl *gomock.Controller) *MockAgentsTracker
NewMockAgentsTracker creates a new mock instance.
func (*MockAgentsTracker) EXPECT ¶
func (m *MockAgentsTracker) EXPECT() *MockAgentsTrackerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAgentsTracker) GetAgentInfo ¶
func (m *MockAgentsTracker) GetAgentInfo() tracker.AgentsInfo
GetAgentInfo mocks base method.
type MockAgentsTrackerMockRecorder ¶
type MockAgentsTrackerMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentsTrackerMockRecorder is the mock recorder for MockAgentsTracker.
func (*MockAgentsTrackerMockRecorder) GetAgentInfo ¶
func (mr *MockAgentsTrackerMockRecorder) GetAgentInfo() *gomock.Call
GetAgentInfo indicates an expected call of GetAgentInfo.
type MockPlanner ¶
type MockPlanner struct {
// contains filtered or unexported fields
}
MockPlanner is a mock of Planner interface.
func NewMockPlanner ¶
func NewMockPlanner(ctrl *gomock.Controller) *MockPlanner
NewMockPlanner creates a new mock instance.
func (*MockPlanner) CompileMutations ¶
func (m *MockPlanner) CompileMutations(request *plannerpb.CompileMutationsRequest) (*plannerpb.CompileMutationsResponse, error)
CompileMutations mocks base method.
func (*MockPlanner) EXPECT ¶
func (m *MockPlanner) EXPECT() *MockPlannerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPlanner) GenerateOTelScript ¶
func (m *MockPlanner) GenerateOTelScript(request *plannerpb.GenerateOTelScriptRequest) (*plannerpb.GenerateOTelScriptResponse, error)
GenerateOTelScript mocks base method.
func (*MockPlanner) Plan ¶
func (m *MockPlanner) Plan(req *plannerpb.QueryRequest) (*distributedpb.LogicalPlannerResult, error)
Plan mocks base method.
type MockPlannerMockRecorder ¶
type MockPlannerMockRecorder struct {
// contains filtered or unexported fields
}
MockPlannerMockRecorder is the mock recorder for MockPlanner.
func (*MockPlannerMockRecorder) CompileMutations ¶
func (mr *MockPlannerMockRecorder) CompileMutations(request interface{}) *gomock.Call
CompileMutations indicates an expected call of CompileMutations.
func (*MockPlannerMockRecorder) Free ¶
func (mr *MockPlannerMockRecorder) Free() *gomock.Call
Free indicates an expected call of Free.
func (*MockPlannerMockRecorder) GenerateOTelScript ¶
func (mr *MockPlannerMockRecorder) GenerateOTelScript(request interface{}) *gomock.Call
GenerateOTelScript indicates an expected call of GenerateOTelScript.
func (*MockPlannerMockRecorder) Plan ¶
func (mr *MockPlannerMockRecorder) Plan(req interface{}) *gomock.Call
Plan indicates an expected call of Plan.