ax(ueps): replace ParsedPacket field-list comment with usage example
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
7cb8487475
commit
9949942ff5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue