rawlinp commented on a change in pull request #2451: Fix delivery service
validation
URL: https://github.com/apache/trafficcontrol/pull/2451#discussion_r197289786
##########
File path: lib/go-tc/tovalidate/rules.go
##########
@@ -46,3 +48,19 @@ func IsOneOfStringICase(set ...string) func(string) bool {
}
return IsOneOfString(lowcased...)
}
+
+func IsGreaterThanZero(value interface{}) error {
Review comment:
am confused, this function _is_ there
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services