mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-25 01:35:18 -06:00
6458401fc7
This change allows rego package users to pass custom built-in functions without registering them globally. It also adds an option to memoize return arguments which is a common requirement for built-ins that do I/O. Signed-off-by: Torin Sandall <torinsandall@gmail.com>