Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Won't Do
-
None
-
None
-
None
Description
The old wiremessage package had a method on each wiremessage.WireMessage implementation that handled validation for that wire message. Since the new design is simpler, with the wiremessage.WireMessage type being a []byte, add a Validate method to that that will ensure the wiremessage.WireMessage is valid.