Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Machine ¶
type Machine struct {
ID string
}
Machine the running PC
func (Machine) HashString ¶
HashString a generic input string
type MockMachine ¶
type MockMachine struct {
ID string
}
MockMachine is the twin object
func (MockMachine) HashString ¶
func (m MockMachine) HashString(input string) string
HashString is the mock twin
Click to show internal directories.
Click to hide internal directories.