diff

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2017 License: MIT Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL