Add comment for future breaking change

This commit is contained in:
TwinProduction 2021-03-27 21:22:34 -04:00
parent 7f6f127f4f
commit 4e5a86031f

View File

@ -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