readd KeyExists expr helper (#2180)
This commit is contained in:
parent
a753ea6981
commit
e1f4a71357
1 changed files with 7 additions and 0 deletions
|
@ -377,6 +377,13 @@ var exprFuncs = []exprCustomFunc{
|
|||
new(func(string, string) bool),
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "KeyExists",
|
||||
function: KeyExists,
|
||||
signature: []interface{}{
|
||||
new(func(string, map[string]any) bool),
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "LogInfo",
|
||||
function: LogInfo,
|
||||
|
|
Loading…
Reference in a new issue