Documentation
¶
Overview ¶
Package softwareinventory defines the interface for the inventory software component. This component collects and reports software inventory information from the host system. It provides metadata about installed software applications, including their names, versions, installation dates, and other relevant details for inventory tracking.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface {
}
Component is the interface for the inventory software component. This component is responsible for collecting software inventory data from the host system and providing it in a structured format for reporting and monitoring purposes. The component supports both automatic periodic collection and manual refresh triggers.