diff --git a/core/condition.go b/core/condition.go index 9aaa3da4..e22621b3 100644 --- a/core/condition.go +++ b/core/condition.go @@ -84,6 +84,7 @@ const ( type Condition string // evaluate the Condition with the Result of the health check +// TODO: Add a mandatory space between each operators (e.g. " == " instead of "==") (BREAKING CHANGE) func (c Condition) evaluate(result *Result) bool { condition := string(c) success := false