diff --git a/helper/orm.go b/helper/orm.go index d00eb31..83feb79 100644 --- a/helper/orm.go +++ b/helper/orm.go @@ -22,7 +22,7 @@ type NewOrmConditionExpr func(rResource, rField, token string, operator contract type NewOrmConditionFuncExpr func(rResource, rField, token string, operator contracts.ConditionOperator, tType contracts.ConditionTokenType, ignoreEmptyParma bool, fn, fnParam string) contracts.ConditionExpr -type NewOrmConditionByRes func(items []base.ResCondition) contracts.Condition +type NewOrmConditionByRes func(items []base.ResCondition, describe string) contracts.Condition type NewOrmQueryWithRecursive func(pField, cField string, root any, isWithoutCondition bool, depth int) contracts.QueryWithRecursive