Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryHandler ¶
type RegistryHandler struct { }
RegistryHandler is a concrete implementation of RegistryManager interface
func (RegistryHandler) ReadAllKeyAndValues ¶
func (registryHandler RegistryHandler) ReadAllKeyAndValues() []RegistryItem
ReadAllKeyAndValues reads and wraps the data read from the Windows Registry
type RegistryItem ¶
RegistryItem is a data wrapper struct for the keys from Windows Registry
type RegistryManager ¶
type RegistryManager interface {
ReadAllKeyAndValues() []RegistryItem
}
RegistryManager is the interface for Windows Registry interaction functionality
Click to show internal directories.
Click to hide internal directories.