registrymanager

package
v0.0.0-...-de5098b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2017 License: GPL-3.0 Imports: 3 Imported by: 0

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

type RegistryItem struct {
	Key    string
	Value  string
	IsRcmd bool
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL