diff --git a/mocks/ISession.go b/mocks/ISession.go index 55c8849..e07d60c 100644 --- a/mocks/ISession.go +++ b/mocks/ISession.go @@ -183,11 +183,11 @@ func (_m *ISession) LoadDepth(respObj interface{}, id string, depth int) error { } // LoadDepthFilter provides a mock function with given fields: respObj, id, depth, filter, params -func (_m *ISession) LoadDepthFilter(respObj interface{}, id string, depth int, filter *go_cypherdsl.ConditionOperator, params map[string]interface{}) error { +func (_m *ISession) LoadDepthFilter(respObj interface{}, id string, depth int, filter go_cypherdsl.ConditionOperator, params map[string]interface{}) error { ret := _m.Called(respObj, id, depth, filter, params) var r0 error - if rf, ok := ret.Get(0).(func(interface{}, string, int, *go_cypherdsl.ConditionOperator, map[string]interface{}) error); ok { + if rf, ok := ret.Get(0).(func(interface{}, string, int, go_cypherdsl.ConditionOperator, map[string]interface{}) error); ok { r0 = rf(respObj, id, depth, filter, params) } else { r0 = ret.Error(0) diff --git a/mocks/SessionV2.go b/mocks/SessionV2.go index cc878a3..579e4fe 100644 --- a/mocks/SessionV2.go +++ b/mocks/SessionV2.go @@ -173,11 +173,11 @@ func (_m *SessionV2) LoadDepth(ctx context.Context, respObj interface{}, id inte } // LoadDepthFilter provides a mock function with given fields: ctx, respObj, id, depth, filter, params -func (_m *SessionV2) LoadDepthFilter(ctx context.Context, respObj interface{}, id interface{}, depth int, filter *go_cypherdsl.ConditionOperator, params map[string]interface{}) error { +func (_m *SessionV2) LoadDepthFilter(ctx context.Context, respObj interface{}, id interface{}, depth int, filter go_cypherdsl.ConditionOperator, params map[string]interface{}) error { ret := _m.Called(ctx, respObj, id, depth, filter, params) var r0 error - if rf, ok := ret.Get(0).(func(context.Context, interface{}, interface{}, int, *go_cypherdsl.ConditionOperator, map[string]interface{}) error); ok { + if rf, ok := ret.Get(0).(func(context.Context, interface{}, interface{}, int, go_cypherdsl.ConditionOperator, map[string]interface{}) error); ok { r0 = rf(ctx, respObj, id, depth, filter, params) } else { r0 = ret.Error(0) diff --git a/mocks/TransactionV2.go b/mocks/TransactionV2.go index d7c618c..7ecc9f1 100644 --- a/mocks/TransactionV2.go +++ b/mocks/TransactionV2.go @@ -145,11 +145,11 @@ func (_m *TransactionV2) LoadDepth(ctx context.Context, respObj interface{}, id } // LoadDepthFilter provides a mock function with given fields: ctx, respObj, id, depth, filter, params -func (_m *TransactionV2) LoadDepthFilter(ctx context.Context, respObj interface{}, id interface{}, depth int, filter *go_cypherdsl.ConditionOperator, params map[string]interface{}) error { +func (_m *TransactionV2) LoadDepthFilter(ctx context.Context, respObj interface{}, id interface{}, depth int, filter go_cypherdsl.ConditionOperator, params map[string]interface{}) error { ret := _m.Called(ctx, respObj, id, depth, filter, params) var r0 error - if rf, ok := ret.Get(0).(func(context.Context, interface{}, interface{}, int, *go_cypherdsl.ConditionOperator, map[string]interface{}) error); ok { + if rf, ok := ret.Get(0).(func(context.Context, interface{}, interface{}, int, go_cypherdsl.ConditionOperator, map[string]interface{}) error); ok { r0 = rf(ctx, respObj, id, depth, filter, params) } else { r0 = ret.Error(0)