Documentation ¶
Overview ¶
Package registry collects information about windows registry
Index ¶
Constants ¶
View Source
const ( MaxValueCountLimit = 250 ValueLimitExceeded = "ValueLimitExceeded" )
View Source
const ( // GathererName captures name of Registry gatherer GathererName = "AWS:WindowsRegistry" // SchemaVersionOfRegistryGatherer represents schema version of Registry gatherer SchemaVersionOfRegistryGatherer = "1.0" )
Variables ¶
View Source
var PowershellCmd = appconfig.PowerShellPluginCommandName
View Source
var ValueCountLimitExceeded = errors.New("Exceeded register value count limit")
Functions ¶
Types ¶
type T ¶
type T struct{}
func (*T) RequestStop ¶
RequestStop stops the execution of registry gatherer.
Click to show internal directories.
Click to hide internal directories.