Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Functions ¶
type Functions interface { // GetAllFunctions returns a model.RuleFunction map, the key is the function name. GetAllFunctions() map[string]model.RuleFunction // FindFunction returns a model.RuleFunction with the supplied name, or nil. FindFunction(string) model.RuleFunction }
Functions is used to Query available functions loaded into vacuum
func MapBuiltinFunctions ¶
func MapBuiltinFunctions() Functions
MapBuiltinFunctions will correctly map core (non-specific) functions to correct names.
Click to show internal directories.
Click to hide internal directories.