ParsedPacket comment used `_ = packet.Header.IntentID` — a discard pattern that is not a realistic usage example (AX-2 violation). Replaced with `dispatch(packet.Header.IntentID, packet.Header.ThreatScore, packet.Payload)` to show how callers actually consume the parsed packet fields. Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| packet.go | ||
| packet_test.go | ||
| reader.go | ||
| reader_test.go | ||