package
Version:
v4.2.7
Opens a new window with list of versions in this module.
Published: Sep 18, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Diff interface {
Add(...interface{})
Update(...interface{})
Delete(...interface{})
ToAdd() []interface{}
ToUpdate() []interface{}
ToDelete() []interface{}
}
Diff is a container resulting of Differ objects comparison
Differ provides a simple set of feature to compare and merge arbitrary structs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.