Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_contrib_envoy_extensions_regex_engines_hyperscan_v3alpha_hyperscan_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Hyperscan ¶
type Hyperscan struct {
// contains filtered or unexported fields
}
`Hyperscan <https://github.com/intel/hyperscan>`_ regex engine. The engine uses hybrid automata techniques to allow simultaneous matching of large numbers of regular expressions across streams of data.
The engine follows PCRE pattern syntax, and the regex string must adhere to the documented `pattern support <https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support>`_. The syntax is not compatible with the default RE2 regex engine. Depending on configured expressions, swapping regex engine may cause match rules to no longer be valid.
func (*Hyperscan) ProtoReflect ¶
func (x *Hyperscan) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.