Documentation
¶
Overview ¶
Package int64validator provides validators for types.Int64 attributes or function parameters.
Index ¶
- func All(validators ...validator.Int64) validator.Int64
- func AlsoRequires(expressions ...path.Expression) validator.Int64
- func Any(validators ...validator.Int64) validator.Int64
- func AnyWithAllWarnings(validators ...validator.Int64) validator.Int64
- func AtLeast(minVal int64) atLeastValidator
- func AtLeastOneOf(expressions ...path.Expression) validator.Int64
- func AtLeastSumOf(attributesToSumPathExpressions ...path.Expression) validator.Int64
- func AtMost(maxVal int64) atMostValidator
- func AtMostSumOf(attributesToSumPathExpressions ...path.Expression) validator.Int64
- func Between(minVal, maxVal int64) betweenValidator
- func ConflictsWith(expressions ...path.Expression) validator.Int64
- func EqualToProductOf(attributesToMultiplyPathExpressions ...path.Expression) validator.Int64
- func EqualToSumOf(attributesToSumPathExpressions ...path.Expression) validator.Int64
- func ExactlyOneOf(expressions ...path.Expression) validator.Int64
- func NoneOf(values ...int64) noneOfValidator
- func OneOf(values ...int64) oneOfValidator
- func PreferWriteOnlyAttribute(writeOnlyAttribute path.Expression) validator.Int64