Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrConditionMissing is the error when a condition is not provided ErrConditionMissing = errors.New("condition must be provided") // ErrConditionGroupMissing is the error when a condition group is not provided ErrConditionGroupMissing = errors.New("conditions group must be provided") // ErrPureConditionMissing is the error when a pure condition is not provided ErrPureConditionMissing = errors.New("pure condition must be provided") )
Functions ¶
func CheckGroup ¶
CheckGroup checks the given conditions group. Returns true if all conditions are met.
func CheckPure ¶
CheckPure checks the given pure condition. Returns true if the given condition is met.
func GetActualValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.