Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2026 Changes in this version + type Mutation struct + Feature *ResourceFeature + Mutate func(T) error + Name string + func (m *Mutation[T]) ApplyIntent(obj T) error + type ResourceFeature struct + func NewResourceFeature(currentVersion string, versionConstraints []VersionConstraint) *ResourceFeature + func (f *ResourceFeature) Enabled() (bool, error) + func (f *ResourceFeature) When(truth bool) *ResourceFeature + type VersionConstraint interface + Enabled func(version string) (bool, error)