Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operators ¶
type Operators struct {
Name string `yaml:"name"`
Matchers []*matchers.Matcher `yaml:"matchers"`
MatchersCondition string `yaml:"matchers-condition"`
Request []*request.Request `yaml:"request"`
StopAtFirstMatch bool `yaml:"stop-at-first-match"`
// contains filtered or unexported fields
}
func NewOptions ¶
func (*Operators) GetMatchersCondition ¶
func (operators *Operators) GetMatchersCondition() matchers.ConditionType
GetMatchersCondition returns the condition for the matchers
func (*Operators) LoadConfigFrom ¶
Click to show internal directories.
Click to hide internal directories.