package
1.0.0
Repository: https://github.com/tiendc/go-validator.git
Documentation: pkg.go.dev

# Functions

DivisibleBy checks number must be divisible by a value.
EQ checks number must equal to another value.
GT checks number must be greater than another value.
GTE checks number must be greater than or equal to another value.
In checks number must be in a list.
JsSafeInt checks number must be a Javascript safe integer (max 2^53-1).
LT checks number must be less than another value.
LTE checks number must be less than or equal to another value.
NotIn checks number must be not in a list.
Range checks number must be in a range.

# Constants

No description provided by the author
No description provided by the author