System wide RBAC changes

This commit is contained in:
Denis Arh
2021-07-08 11:42:18 +02:00
parent a1de3374ad
commit 20e05280b3
223 changed files with 5500 additions and 3263 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ package expr
import (
"context"
"fmt"
"github.com/PaesslerAG/gval"
)
@@ -85,7 +86,7 @@ func Parser(ll ...gval.Language) gval.Language {
func AllFunctions() []gval.Language {
ff := make([]gval.Language, 0, 100)
//ff = append(ff, GenericFunctions()...)
ff = append(ff, GenericFunctions()...)
ff = append(ff, StringFunctions()...)
ff = append(ff, JsonFunctions()...)
ff = append(ff, NumericFunctions()...)