Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegKeyDB ¶
type RegKeyDB struct {
// contains filtered or unexported fields
}
RegKeyDB mocks storage of registration keys. It is a slice that will hold the keys.
func (*RegKeyDB) CheckRegistrationKey ¶
CheckRegistrationKey checks for the presence of registration key key, removing it and returning success if it was present. If the key is not present in the slice, it returns false.
Click to show internal directories.
Click to hide internal directories.