Documentation
¶
Index ¶
Constants ¶
View Source
const FunctionNameFilter = "Filter"
FunctionNameFilter is the name of the function to be called in the script
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LuaFilter ¶
type LuaFilter struct {
Config LuaFilterConfiguration
// contains filtered or unexported fields
}
LuaFilter is a component that filters messages based on Lua scripts.
func (*LuaFilter) Destroy ¶
func (x *LuaFilter) Destroy()
Destroy releases the resources of the component
type LuaFilterConfiguration ¶
type LuaFilterConfiguration struct {
Script string `` /* 162-byte string literal not displayed */
}
LuaFilterConfiguration node configuration
Click to show internal directories.
Click to hide internal directories.