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"` // contains filtered or unexported fields }
func (*Operators) GetMatchersCondition ¶
func (operators *Operators) GetMatchersCondition() matchers.ConditionType
GetMatchersCondition returns the condition for the matchers
Click to show internal directories.
Click to hide internal directories.