Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changeset ¶
type Changeset []Correlation
type Correlation ¶
type Correlation struct { Existing *models.RecordConfig Desired *models.RecordConfig // contains filtered or unexported fields }
func (Correlation) String ¶
func (c Correlation) String() string
type Differ ¶
type Differ interface {
IncrementalDiff(existing []*models.RecordConfig) (unchanged, create, toDelete, modify Changeset)
}
func New ¶
func New(dc *models.DomainConfig, extraValues ...func(*models.RecordConfig) map[string]string) Differ
Click to show internal directories.
Click to hide internal directories.