Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type FieldDiff struct + Name string + NewBits int + NewType string + OldBits int + OldType string + Type string + type ProtocolDiff struct + Fields []FieldDiff + ProtocolA string + ProtocolB string + func Compare(nameA, nameB string, fieldsA, fieldsB []string) *ProtocolDiff + func (d *ProtocolDiff) Summary() string + func (d *ProtocolDiff) ToHTML() string + func (d *ProtocolDiff) ToText() string