google / cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
https://cel.dev
Apache License 2.0
2.31k stars 225 forks source link

Support for context proto declarations #1006

Closed TristonianJones closed 3 months ago

TristonianJones commented 3 months ago

Introduce support for using a single context declaration

Context declarations take a protobuf message as input and treat all top-level fields as variables. Only one context declaration is supported at this time.

TristonianJones commented 3 months ago

@jcking friendly ping