Documentation ¶
Overview ¶
Package mock_tenantstats is a generated GoMock package.
Index ¶
- type MockMultiTenantI
- func (m *MockMultiTenantI) CalculateSuccessFailureCounts(arg0, arg1 string, arg2, arg3 bool)
- func (m *MockMultiTenantI) EXPECT() *MockMultiTenantIMockRecorder
- func (m *MockMultiTenantI) GetRouterPickupJobs(arg0 string, arg1 int, arg2 time.Duration, arg3 int) map[string]int
- func (m *MockMultiTenantI) ReportProcLoopAddStats(arg0 map[string]map[string]int, arg1 string)
- func (m *MockMultiTenantI) Start() error
- func (m *MockMultiTenantI) Stop()
- func (m *MockMultiTenantI) UpdateWorkspaceLatencyMap(arg0, arg1 string, arg2 float64)
- type MockMultiTenantIMockRecorder
- func (mr *MockMultiTenantIMockRecorder) CalculateSuccessFailureCounts(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockMultiTenantIMockRecorder) GetRouterPickupJobs(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockMultiTenantIMockRecorder) ReportProcLoopAddStats(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMultiTenantIMockRecorder) Start() *gomock.Call
- func (mr *MockMultiTenantIMockRecorder) Stop() *gomock.Call
- func (mr *MockMultiTenantIMockRecorder) UpdateWorkspaceLatencyMap(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMultiTenantI ¶
type MockMultiTenantI struct {
// contains filtered or unexported fields
}
MockMultiTenantI is a mock of MultiTenantI interface.
func NewMockMultiTenantI ¶
func NewMockMultiTenantI(ctrl *gomock.Controller) *MockMultiTenantI
NewMockMultiTenantI creates a new mock instance.
func (*MockMultiTenantI) CalculateSuccessFailureCounts ¶
func (m *MockMultiTenantI) CalculateSuccessFailureCounts(arg0, arg1 string, arg2, arg3 bool)
CalculateSuccessFailureCounts mocks base method.
func (*MockMultiTenantI) EXPECT ¶
func (m *MockMultiTenantI) EXPECT() *MockMultiTenantIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMultiTenantI) GetRouterPickupJobs ¶
func (m *MockMultiTenantI) GetRouterPickupJobs(arg0 string, arg1 int, arg2 time.Duration, arg3 int) map[string]int
GetRouterPickupJobs mocks base method.
func (*MockMultiTenantI) ReportProcLoopAddStats ¶
func (m *MockMultiTenantI) ReportProcLoopAddStats(arg0 map[string]map[string]int, arg1 string)
ReportProcLoopAddStats mocks base method.
func (*MockMultiTenantI) UpdateWorkspaceLatencyMap ¶
func (m *MockMultiTenantI) UpdateWorkspaceLatencyMap(arg0, arg1 string, arg2 float64)
UpdateWorkspaceLatencyMap mocks base method.
type MockMultiTenantIMockRecorder ¶
type MockMultiTenantIMockRecorder struct {
// contains filtered or unexported fields
}
MockMultiTenantIMockRecorder is the mock recorder for MockMultiTenantI.
func (*MockMultiTenantIMockRecorder) CalculateSuccessFailureCounts ¶
func (mr *MockMultiTenantIMockRecorder) CalculateSuccessFailureCounts(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CalculateSuccessFailureCounts indicates an expected call of CalculateSuccessFailureCounts.
func (*MockMultiTenantIMockRecorder) GetRouterPickupJobs ¶
func (mr *MockMultiTenantIMockRecorder) GetRouterPickupJobs(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRouterPickupJobs indicates an expected call of GetRouterPickupJobs.
func (*MockMultiTenantIMockRecorder) ReportProcLoopAddStats ¶
func (mr *MockMultiTenantIMockRecorder) ReportProcLoopAddStats(arg0, arg1 interface{}) *gomock.Call
ReportProcLoopAddStats indicates an expected call of ReportProcLoopAddStats.
func (*MockMultiTenantIMockRecorder) Start ¶
func (mr *MockMultiTenantIMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
func (*MockMultiTenantIMockRecorder) Stop ¶
func (mr *MockMultiTenantIMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
func (*MockMultiTenantIMockRecorder) UpdateWorkspaceLatencyMap ¶
func (mr *MockMultiTenantIMockRecorder) UpdateWorkspaceLatencyMap(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateWorkspaceLatencyMap indicates an expected call of UpdateWorkspaceLatencyMap.