Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type And ¶
type And struct {
Conditions []Evaluator // An array of the conditions within the AND structure.
}
And conditions perform a binary AND operation on other conditions. In order for an AND condition to evaluate as true all conditions within it should evaluate as true also.
type Evaluator ¶
Click to show internal directories.
Click to hide internal directories.