Versions in this module Expand all Collapse all v0 v0.0.3 Oct 22, 2024 v0.0.2 Jun 3, 2024 Changes in this version + type Delta struct + CurrentType *core.CaveatTypeReference + ParameterName string + PreviousType *core.CaveatTypeReference + Type DeltaType + type DeltaType string + const AddedParameter + const CaveatAdded + const CaveatCommentsChanged + const CaveatExpressionChanged + const CaveatRemoved + const ParameterTypeChanged + const RemovedParameter + type Diff struct + func DiffCaveats(existing *core.CaveatDefinition, updated *core.CaveatDefinition) (*Diff, error) + func (cd Diff) Deltas() []Delta