//
pkg.gl
Category
github.com/ndau/noms
go
diff
package
8.0.0+incompatible
Repository:
https://github.com/ndau/noms.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
10
Dependents
2
Files
881 SLOC
#
Functions
Apply
Apply applies a Patch (list of diffs) to a graph.
Diff
Diff traverses two graphs simultaneously looking for differences.
PrintDiff
PrintDiff writes a textual reprensentation of the diff from |v1| to |v2| to |w|.
Summary
Summary prints a summary of the diff between two values to stdout.
#
Constants
ADD
No description provided by the author
DEL
No description provided by the author
#
Structs
Difference
Difference represents a "diff" between two Noms graphs.
#
Type aliases
Patch
Patch is a list of difference objects that can be applied to a graph using ApplyPatch().