Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullTransaction ¶
type FullTransaction interface { types.Transaction RemoveRuleByID(int) RemoveRulesByID(...int) RemoveRuleByTag(string) RemoveRulesByTag(...string) Variables() plugintypes.TransactionVariables Collection(variables.RuleVariable) collection.Collection }
func ToFullInterface ¶
func ToFullInterface(waf types.Transaction) FullTransaction
type WAFWithOptions ¶
type WAFWithOptions interface {
NewTransactionWithOptions(Options) types.Transaction
}
WAFWithOptions is an interface that allows to create transactions with options
Click to show internal directories.
Click to hide internal directories.