Versions in this module Expand all Collapse all v0 v0.0.2 Oct 23, 2025 v0.0.1 Oct 18, 2025 Changes in this version + const ProviderErrorDetailPrefix + var DurationType = durationType + func EmptyAttributes(ctx context.Context, attributeTypes map[string]attr.Type) (map[string]attr.Value, diag.Diagnostics) + func EmptyObject(ctx context.Context, attributeTypes map[string]attr.Type) (types.Object, diag.Diagnostics) + func NullValueForType(ctx context.Context, attrType attr.Type) (attr.Value, error) + type Duration struct + func DurationNull() Duration + func DurationUnknown() Duration + func DurationValue(value string) Duration + func (Duration) Type(context.Context) attr.Type + func (v Duration) Equal(o attr.Value) bool + func (v Duration) ValidateAttribute(ctx context.Context, req xattr.ValidateAttributeRequest, ...) + func (v Duration) ValueDuration() time.Duration