Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
SourceIP string
Port uint16
Protocol string // "tcp" / "udp"
Timestamp time.Time
}
Event 扫描事件
type InterfaceInfo ¶
type InterfaceInfo struct {
Name string `json:"name"`
IPs []string `json:"ips"`
Status string `json:"status"` // "up" / "down"
}
InterfaceInfo 网卡信息
Click to show internal directories.
Click to hide internal directories.