# Functions
DownloadPolicyE takes in a rule path written in go-getter syntax and downloads it to a temporary directory so that it can be passed to opa.
EvalE runs `opa eval` on the given JSON files using the configured policy file and result query.
EvalE runs `opa eval` on the given JSON files using the configured policy file and result query.
EvalE runs `opa eval` on the given JSON files using the configured policy file and result query.
EvalWithOutputE runs `opa eval` on the given JSON files using the configured policy file and result query.
# Structs
EvalOptions defines options that can be passed to the 'opa eval' command for checking policies on arbitrary JSON data via OPA.
# Type aliases
FailMode signals whether `opa eval` should fail when the query returns an undefined value (FailUndefined), a defined value (FailDefined), or not at all (NoFail).