Documentation
¶
Index ¶
- func IsDivisibleBy(denominator int64) validator.Int64
- func IsGreaterThanEqualToPathValue(pathExpression path.Expression) validator.Int64
- func IsGreaterThanPathValue(pathExpression path.Expression) validator.Int64
- func IsLessThanEqualToPathValue(pathExpression path.Expression) validator.Int64
- func IsLessThanPathValue(pathExpression path.Expression) validator.Int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDivisibleBy ¶
IsDivisibleBy checks if an int64 is exactly divisible by the provided denominator.
func IsGreaterThanEqualToPathValue ¶
func IsGreaterThanEqualToPathValue(pathExpression path.Expression) validator.Int64
IsGreaterThanPathValue checks if an int64 is greater than the value configured in the provided path expression.
func IsGreaterThanPathValue ¶
func IsGreaterThanPathValue(pathExpression path.Expression) validator.Int64
IsGreaterThanPathValue checks if an int64 is greater than the value configured in the provided path expression.
func IsLessThanEqualToPathValue ¶
func IsLessThanEqualToPathValue(pathExpression path.Expression) validator.Int64
IsLessThanPathValue checks if an int64 is greater than the value configured in the provided path expression.
func IsLessThanPathValue ¶
func IsLessThanPathValue(pathExpression path.Expression) validator.Int64
IsLessThanPathValue checks if an int64 is greater than the value configured in the provided path expression.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.