nuke/lib/policy/expressions
Jason Cameron 529f65674e
style: apply structpack & goimport (#469)
* refactor: reorder import statements in fetch.go and fetch_test.go

Signed-off-by: Jason Cameron <git@jasoncameron.dev>

* fix: optimize struct field alignment to reduce memory usage

Signed-off-by: Jason Cameron <git@jasoncameron.dev>

---------

Signed-off-by: Jason Cameron <git@jasoncameron.dev>
2025-05-09 12:54:15 -04:00
..
environment.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04: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 feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
join.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
join_test.go style: apply structpack & goimport (#469) 2025-05-09 12:54:15 -04: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 feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00

Expressions support

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