# Packages
No description provided by the author
# Functions
HasStack returns a boolean value indicating whether the specified error has stacktrace attached to it.
NewConcurrentKVTest creates and return a new KVTest object.
NewFakeDiskSM creates a new fake disk sm for testing purpose.
NewKVTest creates and return a new KVTest object.
NewSimDiskSM ...
# Structs
ConcurrentKVTest is a in memory key-value store struct used for testing purposes.
ConcurrentSnapshot is a IConcurrentStateMachine used for testing purposes.
ConcurrentUpdate is a IConcurrentStateMachine used for testing purposes.
FakeDiskSM is a test state machine.
KVJson is an util struct for serializing and deserializing data.
KVTest is a in memory key-value store struct used for testing purposes.
NoOP is a IStateMachine struct used for testing purpose.
SimDiskSM is a fake disk based state machine used for testing purposes.
TestSnapshot is a IConcurrentStateMachine used for testing purposes.
TestUpdate is a IStateMachine used for testing purposes.
VerboseSnapshotSM ...