Versions in this module Expand all Collapse all v0 v0.16.0 Jul 28, 2026 Changes in this version + func PrintResult(r *Result) + type CmdDiffConfig struct + Filters []string + InputA string + InputB string + type NetworkChange struct + After any + Before any + Network string + type NetworkEntry struct + Network string + Record any + type Result struct + Added []NetworkEntry + HasDiff bool + InputA string + InputB string + Modified []NetworkChange + Removed []NetworkEntry + func DiffMMDB(cfg CmdDiffConfig) (*Result, error)