Documentation
¶
Index ¶
Constants ¶
View Source
const MODULE = "apis"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetStat ¶ added in v0.1.1
type NetStat struct { Index int `json:"index"` MTU int `json:"mtu"` Name string `json:"name"` HardwareAddress string `json:"hardware_address"` Address []string `json:"address"` BytesSent uint64 `json:"bytes_sent"` BytesRecv uint64 `json:"bytes_recv"` PacketsSent uint64 `json:"packets_sent"` PacketsRecv uint64 `json:"packets_recv"` }
Click to show internal directories.
Click to hide internal directories.