google / cel-go

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

Support for context proto declarations #1006

Closed TristonianJones closed 2 months ago

TristonianJones commented 2 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 2 months ago

@jcking friendly ping