package
Version:
v0.0.0-...-fad0b5e
Opens a new window with list of versions in this module.
Published: Aug 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var BaseEnv = sync.OnceValues[*cel.Env, error](func() (*cel.Env, error) {
return cel.NewEnv(
ext.Lists(),
ext.Sets(),
ext.Strings(),
ext.Math(),
ext.Encoders(),
ext.Bindings(),
cel.OptionalTypes(),
ocmfunctions.ToOCI(),
)
})
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.