Documentation ¶
Overview ¶
Package standalone provides a way to extract in a standalone mode (e.g. a command).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extractor ¶
type Extractor interface { extractor.Extractor // Extract the information. Extract(ctx context.Context, input *ScanInput) ([]*extractor.Inventory, error) }
Extractor is an interface for plugins that extract information independently. For example, a plugin that executes a command or retrieves information from only one file.
Directories ¶
Path | Synopsis |
---|---|
containers
|
|
containerd
Package containerd extracts container inventory from containerd API.
|
Package containerd extracts container inventory from containerd API. |
containerd/fakeclient
Package fakeclient contains a fake implementation of the containerd client for testing purposes.
|
Package fakeclient contains a fake implementation of the containerd client for testing purposes. |
Package list contains the list of all standalone extractors.
|
Package list contains the list of all standalone extractors. |
windows
|
|
common/winproducts
Package winproducts contains information about Windows products.
|
Package winproducts contains information about Windows products. |
dismpatch/dismparser
Package dismparser has methods that can be used to parse DISM output
|
Package dismparser has methods that can be used to parse DISM output |
Click to show internal directories.
Click to hide internal directories.