Versions in this module Expand all Collapse all v4 v4.36.3 May 3, 2026 v4.36.2 May 3, 2026 Changes in this version + func GenerateMessageCorrections(msgs []string) (corrections []*models.Correction) + type Changeset []Correlation + type Correlation struct + Desired *models.RecordConfig + Existing *models.RecordConfig + func (c Correlation) String() string + type Differ interface + ChangedGroups func(existing []*models.RecordConfig) (map[models.RecordKey][]string, []string, int, error) + IncrementalDiff func(existing []*models.RecordConfig) (reportMsgs []string, create, toDelete, modify Changeset, actualChangeCount int, ...) + func NewCompat(dc *models.DomainConfig, ...) Differ