Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomActions = sync.Map{}
View Source
var CustomOperators = sync.Map{}
View Source
var CustomTransformations = sync.Map{}
Functions ¶
func RegisterAction ¶
func RegisterAction(name string, action PluginActionWrapper)
func RegisterOperator ¶
func RegisterOperator(name string, operator PluginOperatorWrapper)
func RegisterTransformation ¶
func RegisterTransformation(name string, transformation transformations.Transformation)
Types ¶
type PluginActionWrapper ¶
type PluginActionWrapper = func() coraza.RuleAction
type PluginOperatorWrapper ¶
type PluginOperatorWrapper = func() coraza.Operator
Click to show internal directories.
Click to hide internal directories.