# Functions
AttributeIsDivisibleByAnInteger returns a validator that ensures the configured attribute is divisible by an integer.
Not returns a validator which ensures that the validators passed as arguments are not met.
NullIfAttributeIsOneOf checks if the path.Path attribute contains one of the exceptedValue attr.Value.
NullIfAttributeIsSet checks if the path.Path attribute contains one of the exceptedValue attr.Value.
OneOfWithDescription checks that the int64 held in the attribute is one of the given `values`.
OneOfWithDescriptionIfAttributeIsOneOf checks that the value is one of the expected values if the attribute is one of the exceptedValue.
RequireIfAttributeIsOneOf checks if the path.Path attribute contains one of the exceptedValue attr.Value.
RequireIfAttributeIsSet checks if the path.Path attribute is set.
ZeroRemainder returns a validator that checks if the configured attribute is divisible by a specified integer X, and has zero remainder.
# Structs
No description provided by the author
No description provided by the author