Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotNull ¶
NotNull returns an validator which ensures that the attribute is configured. Most attributes should set Required: true instead, however in certain scenarios, such as a computed nested attribute, all underlying attributes must also be computed for planning to not show unexpected differences.
Types ¶
type Float64NotNullValidator ¶
type Float64NotNullValidator struct{}
Float64NotNullValidator validates that an attribute is not null. Most attributes should set Required: true instead, however in certain scenarios, such as a computed nested attribute, all underlying attributes must also be computed for planning to not show unexpected differences.
func (Float64NotNullValidator) Description ¶
func (v Float64NotNullValidator) Description(_ context.Context) string
Description describes the validation in plain text formatting.
func (Float64NotNullValidator) MarkdownDescription ¶
func (v Float64NotNullValidator) MarkdownDescription(ctx context.Context) string
MarkdownDescription describes the validation in Markdown formatting.
func (Float64NotNullValidator) ValidateFloat64 ¶
func (v Float64NotNullValidator) ValidateFloat64(ctx context.Context, req validator.Float64Request, resp *validator.Float64Response)
Validate performs the validation.