Documentation
¶
Index ¶
Constants ¶
View Source
const ( LoopAttrCount = "count" LoopAttrForEach = "forEach" LoopKeyCountIndex = "count.index" LoopKeyForEachKey = "each.key" LoopKeyForEachVal = "each.value" LoopKeyItemsTotal = "items.total" LoopKeyItemsIndex = "items.index" )
Variables ¶
View Source
var LocalVars = map[string]struct{}{ LoopKeyCountIndex: {}, LoopKeyForEachKey: {}, LoopKeyForEachVal: {}, }
View Source
var LoopAttr = map[string]*cel.Type{ LoopAttrCount: cel.IntType, LoopAttrForEach: cel.DynType, }
Functions ¶
func IsCelExpression ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.