crowdsec/pkg/exprhelpers
Laurence Jones 2c8769adf6
Update jsonextract.go (#2287)
Return nil instead of empty string as ParseKV does the same
2023-06-16 18:34:55 +01:00
..
tests skip empty lines to avoid issue of #630 (#631) 2021-02-25 09:57:24 +01:00
crowdsec_cti.go use expr.Function for custom functions instead of passing them in the env (#2133) 2023-03-28 10:49:01 +02:00
crowdsec_cti_test.go dependencies: replaced function calls to pkg/types, errors.Wrap (#2235) 2023-06-01 16:31:56 +02:00
expr_lib.go Add ParseKV helper and rework UnmarshalJSON as a proper helper (#2184) 2023-05-12 09:43:01 +02:00
exprlib_test.go Update KV ignore whitespace before and after = (#2236) 2023-05-26 15:35:46 +01:00
helpers.go dependencies: replaced function calls to pkg/types, errors.Wrap (#2235) 2023-06-01 16:31:56 +02:00
jsonextract.go Update jsonextract.go (#2287) 2023-06-16 18:34:55 +01:00
jsonextract_test.go Add ParseKV helper and rework UnmarshalJSON as a proper helper (#2184) 2023-05-12 09:43:01 +02:00
strings.go add a LogInfo expr helper (#2179) 2023-05-03 10:07:11 +02:00
visitor.go Minor cleanup and dead code removal (#2166) 2023-04-12 16:57:38 +02:00
visitor_test.go actually fix expr-debugger to work with the new version (#2124) 2023-03-16 15:20:48 +01:00
xml.go use expr.Function for custom functions instead of passing them in the env (#2133) 2023-03-28 10:49:01 +02:00
xml_test.go use expr.Function for custom functions instead of passing them in the env (#2133) 2023-03-28 10:49:01 +02:00