Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changes ¶
type Changes[T Hasher] struct { // contains filtered or unexported fields }
Changes is the result of the difference between two maps – items that are added and items that are removed This map is used to reconcile state differences.
func Maps ¶
Maps generates Changes for two maps with the same type signature by checking for any removals and then checking for additions. TODO: This doesn't need to create maps, it can return slices only. This function doesn't need to insert the values.
func NewChanges ¶
Click to show internal directories.
Click to hide internal directories.