Versions in this module Expand all Collapse all v0 v0.1.0 Aug 31, 2025 Changes in this version + func Apply(target any, patch map[string]any) error + func ApplyToMap(original map[string]any, patch map[string]any) map[string]any + func ApplyToStruct(target any, patch map[string]any) error + func Diff(old, new any) map[string]any + func DiffMaps(old, new map[string]any) map[string]any + func DiffStructs(old, new any) map[string]any + func ToMap(v any) map[string]any