Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoreFunctions = map[string]ast.Function{
"env": interpolationFuncEnv(),
"length": interpolationFuncLength(),
"lower": interpolationFuncLower(),
"upper": interpolationFuncUpper(),
"replace": interpolationFuncReplace(),
"contains": interpolationFuncContains(),
"split": interpolationFuncSplit(),
"has": interpolationFuncHas(),
"map": interpolationFuncMap(),
"keys": interpolationFuncKeys(),
"merge": interpolationFuncMerge(),
"pick": interpolationFuncPick(),
"omit": interpolationFuncOmit(),
"join": interpolationFuncJoin(),
"list": interpolationFuncList(),
"concat": interpolationFuncConcat(),
"unique": interpolationFuncUnique(),
"max": interpolationFuncMax(),
"min": interpolationFuncMin(),
"avg": interpolationFuncAvg(),
"jsonencode": interpolationFuncJSONEncode(),
"base64enc": interpolationFuncBase64Encode(),
"base64dec": interpolationFuncBase64Decode(),
}
CoreFunctions are the custom functions for interpolation
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.