|
@@ -8,6 +8,7 @@ import (
|
|
bytes "bytes"
|
|
bytes "bytes"
|
|
context "context"
|
|
context "context"
|
|
io "io"
|
|
io "io"
|
|
|
|
+ model "kpt-tmr-group/model"
|
|
operationPb "kpt-tmr-group/proto/go/backend/operation"
|
|
operationPb "kpt-tmr-group/proto/go/backend/operation"
|
|
reflect "reflect"
|
|
reflect "reflect"
|
|
|
|
|
|
@@ -719,6 +720,21 @@ func (mr *MockKptServiceMockRecorder) ResetPasswordSystemUser(arg0, arg1 interfa
|
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ResetPasswordSystemUser", reflect.TypeOf((*MockKptService)(nil).ResetPasswordSystemUser), arg0, arg1)
|
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ResetPasswordSystemUser", reflect.TypeOf((*MockKptService)(nil).ResetPasswordSystemUser), arg0, arg1)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// SearchAnalysisAccuracy mocks base method.
|
|
|
|
+func (m *MockKptService) SearchAnalysisAccuracy(arg0 context.Context, arg1 *operationPb.SearchAnalysisAccuracyRequest) (*model.SearchAnalysisAccuracyResponse, error) {
|
|
|
|
+ m.ctrl.T.Helper()
|
|
|
|
+ ret := m.ctrl.Call(m, "SearchAnalysisAccuracy", arg0, arg1)
|
|
|
|
+ ret0, _ := ret[0].(*model.SearchAnalysisAccuracyResponse)
|
|
|
|
+ ret1, _ := ret[1].(error)
|
|
|
|
+ return ret0, ret1
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// SearchAnalysisAccuracy indicates an expected call of SearchAnalysisAccuracy.
|
|
|
|
+func (mr *MockKptServiceMockRecorder) SearchAnalysisAccuracy(arg0, arg1 interface{}) *gomock.Call {
|
|
|
|
+ mr.mock.ctrl.T.Helper()
|
|
|
|
+ return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SearchAnalysisAccuracy", reflect.TypeOf((*MockKptService)(nil).SearchAnalysisAccuracy), arg0, arg1)
|
|
|
|
+}
|
|
|
|
+
|
|
// SearchCattleCategoryList mocks base method.
|
|
// SearchCattleCategoryList mocks base method.
|
|
func (m *MockKptService) SearchCattleCategoryList(arg0 context.Context, arg1 *operationPb.SearchCattleCategoryRequest) (*operationPb.SearchCattleCategoryResponse, error) {
|
|
func (m *MockKptService) SearchCattleCategoryList(arg0 context.Context, arg1 *operationPb.SearchCattleCategoryRequest) (*operationPb.SearchCattleCategoryResponse, error) {
|
|
m.ctrl.T.Helper()
|
|
m.ctrl.T.Helper()
|