nuke/lib/policy/expressions
fucksophie 02b9aebbe5
Some checks failed
Docker image builds / build (push) Failing after 4m22s
NUKE
2026-02-07 14:27:38 +02:00
..
environment.go NUKE 2026-02-07 14:27:38 +02:00
environment_test.go NUKE 2026-02-07 14:27:38 +02:00
http_headers.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
http_headers_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00
loadavg.go perf: apply fieldalignement (#1284) 2025-11-16 20:43:07 +00:00
README.md feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00

Expressions support

The expressions support is based on ideas from go-away but with different opinions about how things should be done.