Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface { GetTCPv4Connections() ([]*common.ConnectionStats, error) GetTCPv6Connections() ([]*common.ConnectionStats, error) GetUDPv4Connections() ([]*common.ConnectionStats, error) GetUDPv6Connections() ([]*common.ConnectionStats, error) }
Click to show internal directories.
Click to hide internal directories.