Mining/pkg/ueps
Claude 559e63b0a9
ax(ueps): replace blank-identifier discards with realistic dispatch example
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>
2026-04-02 11:43:53 +01:00
..
packet.go ax(ueps): rename packetError receiver to packetErrorValue 2026-04-02 11:42:34 +01:00
packet_test.go ax(ueps): align verifyError variable name with idiomatic err convention 2026-04-02 11:06:48 +01:00
reader.go ax(ueps): replace blank-identifier discards with realistic dispatch example 2026-04-02 11:43:53 +01:00
reader_test.go ax(ueps): remove redundant inline comment that restates the pre-function docstring 2026-04-02 11:01:18 +01:00