Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatDiffResult(r *DiffResult) string + type AuditEntry struct + Action string + Details string + Protocol string + Timestamp string + User string + type DiffResult struct + Diffs []PacketDiff + Identical int + Modified int + OnlyInA int + OnlyInB int + TotalA int + TotalB int + func ComparePackets(a, b []map[string]any) *DiffResult + type FieldChange struct + Field string + NewValue any + OldValue any + Type string + type PacketDiff struct + Changes []FieldChange + FieldA map[string]any + FieldB map[string]any + Index int