Documentation ¶
Overview ¶
Package application contains a application gatherer.
Package application contains 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.1" )
Variables ¶
View Source
var ApplicationData []model.ApplicationData
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 InventoryApplicationFile ¶
type InventoryApplicationFile struct {
Content []model.ApplicationData
}
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.