Documentation ¶
Overview ¶
Package network contains a network gatherer.
Package network contains a network gatherer.
Index ¶
Constants ¶
View Source
const ( // GathererName captures name of network gatherer GathererName = "AWS:Network" // SchemaVersionOfApplication represents schema version of network gatherer SchemaVersionOfApplication = "1.0" )
Variables ¶
This section is empty.
Functions ¶
func CollectNetworkData ¶
func CollectNetworkData(context context.T) (data []model.NetworkData)
CollectNetworkData collects network information for linux
Types ¶
type T ¶
type T struct{}
T represents network gatherer which implements all contracts for gatherers.
func (*T) RequestStop ¶
RequestStop stops the execution of application gatherer.
Click to show internal directories.
Click to hide internal directories.