package
0.24.1
Repository: https://github.com/google/cel-go.git
Documentation: pkg.go.dev

# Functions

RunCase evaluates a single test case against a custom environment, running three different variants of the expression: optimized, unoptimized, and trace.
RunDynamicEnvCase runs a singular DynamicEnvCase.
RunReferenceCases evaluates the set of ReferenceCases against a custom CEL environment.
RunReferenceDynamicEnvCases evaluates the set of ReferenceDynamicEnvCases.

# Variables

ReferenceCases represent canonical CEL expressions for common use cases.
ReferenceDynamicEnvCases represent CEL expressions compiled in an extended environment.

# Structs

Case represents a human-readable expression and an expected output given an input.
DynamicEnvCase represents an expression compiled in a dynamic environment.