Documentation
¶
Index ¶
- func NewOperatorEq(arg string) (modsecurity.Operator, error)
- func NewOperatorGe(arg string) (modsecurity.Operator, error)
- func NewOperatorGt(arg string) (modsecurity.Operator, error)
- func NewOperatorLe(arg string) (modsecurity.Operator, error)
- func NewOperatorLt(arg string) (modsecurity.Operator, error)
- func NewOperatorRx(re string) (modsecurity.Operator, error)
- type OperatorCompare
- type OperatorRx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOperatorEq ¶
func NewOperatorEq(arg string) (modsecurity.Operator, error)
func NewOperatorGe ¶
func NewOperatorGe(arg string) (modsecurity.Operator, error)
func NewOperatorGt ¶
func NewOperatorGt(arg string) (modsecurity.Operator, error)
func NewOperatorLe ¶
func NewOperatorLe(arg string) (modsecurity.Operator, error)
func NewOperatorLt ¶
func NewOperatorLt(arg string) (modsecurity.Operator, error)
func NewOperatorRx ¶
func NewOperatorRx(re string) (modsecurity.Operator, error)
Types ¶
type OperatorCompare ¶
type OperatorCompare struct {
// contains filtered or unexported fields
}
func (*OperatorCompare) Args ¶
func (o *OperatorCompare) Args() string
func (*OperatorCompare) Match ¶
func (o *OperatorCompare) Match(tr *modsecurity.Transaction, s string) bool
func (*OperatorCompare) Name ¶
func (o *OperatorCompare) Name() string
type OperatorRx ¶
type OperatorRx struct {
// contains filtered or unexported fields
}
func (*OperatorRx) Args ¶
func (o *OperatorRx) Args() string
func (*OperatorRx) Match ¶
func (o *OperatorRx) Match(tr *modsecurity.Transaction, s string) bool
func (*OperatorRx) Name ¶
func (o *OperatorRx) Name() string
Click to show internal directories.
Click to hide internal directories.