Versions in this module Expand all Collapse all v0 v0.41.1 Nov 10, 2022 Changes in this version + func DownloadPolicyE(t testing.TestingT, rulePath string) (string, error) + func Eval(t testing.TestingT, options *EvalOptions, jsonFilePaths []string, ...) + func EvalE(t testing.TestingT, options *EvalOptions, jsonFilePaths []string, ...) error + type EvalOptions struct + DebugDisableQueryDataOnError bool + DebugKeepTempFiles bool + FailMode FailMode + Logger *logger.Logger + RulePath string + type FailMode int + const FailDefined + const FailUndefined + const NoFail