package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Feb 17, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
This function receives the map of logs created by the processor
type DataSentTcp struct {
Origin string `json:"origin"`
Data []TcpLogSent `json:"tcpLogSent"`
}
type TcpLogSent struct {
Count int `json:"count"`
FirstSeen time.Time `json:"firstSeen"`
LastSeen time.Time `json:"lastSeen"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.