Documentation
¶
Overview ¶
Package application contains a application gatherer.
Index ¶
Constants ¶
View Source
const ( // GathererName captures name of application gatherer GathererName = "AWS:Application" // SchemaVersionOfApplication represents schema version of application gatherer SchemaVersionOfApplication = "1.0" )
Variables ¶
This section is empty.
Functions ¶
func CollectApplicationData ¶
func CollectApplicationData(context context.T) (appData []model.ApplicationData)
CollectApplicationData collects all application data from the system using platform specific queries and merges in applications installed via configurePackage
Types ¶
type T ¶
type T struct{}
T represents application 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.