Documentation ¶
Index ¶
Constants ¶
View Source
const ( CompilerCEL = expression.CompilerCEL CompilerJP = expression.CompilerJP )
Variables ¶
View Source
var DefaultCompilers = Compilers{ Jp: jp.NewCompiler(), Cel: cel.NewCompiler(cel.DefaultEnv), }
Functions ¶
Types ¶
type Compilers ¶
func (Compilers) WithDefaultCompiler ¶
Click to show internal directories.
Click to hide internal directories.