Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher struct { Group map[string][]*MatcherBucket `json:"group"` VariableWhitelist []string `json:"variable_whitelist"` }
func NewMatcher ¶
type MatcherBucket ¶
type MatcherBucket struct { RuleExpr string `json:"expr"` Extend interface{} `json:"extend"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.