Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float64PrecisionAtMost ¶ added in v0.20.0
Float64PrecisionAtMost returns an AttributeValidator which ensures that any configured attribute value has a precision which is at most the given value
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 IsURLWithHTTPorHTTPS ¶ added in v0.28.0
IsURLWithHTTPorHTTPS returns an AttributeValidator which ensures that any configured attribute value is a valid HTTP or HTTPS URL.
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.
func ValidNotificationVariables ¶ added in v0.29.0
ValidNotificationVariables determines if the provided recipient notification variables are valid. Today this means no variable names are duplicated.
func ValidQuerySpec ¶ added in v0.23.0
ValidQuerySpec determines if the provided JSON is a valid Honeycomb Query Specification
Types ¶
This section is empty.