Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchRule ¶
type MatchRule struct {
Rule string `json:"rule"`
Namespace string `json:"namespace"`
Tags []string `json:"tags"`
Metas []Meta `json:"metas"`
Strings []MatchString `json:"strings"`
}
A MatchRule represents a rule successfully matched against a block of data.
Click to show internal directories.
Click to hide internal directories.