Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer serialises task.Result values to a synthetic PCAP file. Each packet payload is a text record with per-request telemetry. The file uses LINKTYPE_USER0 (147); no CGO, libpcap, or root is required. Send is non-blocking; results are dropped (with a warning) if the internal buffer is full. Close drains the buffer and flushes the file.
Click to show internal directories.
Click to hide internal directories.