CreateEnv creates a singleton CEL environment with the configured environment options.
()
| 93 | type Compiler interface { |
| 94 | // CreateEnv creates a singleton CEL environment with the configured environment options. |
| 95 | CreateEnv() (*cel.Env, error) |
| 96 | // CreatePolicyParser creates a policy parser using the optionally configured parser options. |
| 97 | CreatePolicyParser() (*policy.Parser, error) |
| 98 | // PolicyCompilerOptions returns the policy compiler options. |
no outgoing calls
no test coverage detected