Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64DivisibleBy ¶
Int64DivisbileBy returns an AttributeValidator which ensures that any configured attribute value:
- Is a number, which can be represented by a 64-bit integer.
- Is evenly divisible by a given number.
Null (unconfigured) and unknown (known after apply) values are skipped.
func IsValidRegExp ¶ added in v0.16.0
IsValidRegExp returns an AttributeValidator which ensures that any configured attribute value is a valid regular expression.
Null (unconfigured) and unknown (known after apply) values are skipped.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.