ax(ueps): replace ParsedPacket field-list comment with usage example
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-02 07:31:38 +01:00
parent 7cb8487475
commit 9949942ff5
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -11,7 +11,8 @@ import (
"io"
)
// packet.Header.ThreatScore, packet.Header.IntentID, packet.Payload
// packet, _ := ueps.ReadAndVerify(r, secret)
// log.Printf("intent=%d threat=%d payload=%s", packet.Header.IntentID, packet.Header.ThreatScore, packet.Payload)
type ParsedPacket struct {
Header UEPSHeader
Payload []byte