Documentation ¶
Overview ¶
Key-value store to persist data to a file.
This is used to store few, but important pieces of information in a way that's compatible with the Java version.
Porting from Java status: - complete and verified to be compatible - exception: there's no reset() function, as this part is deprecated in the Java version - exception: error messages are different - exception: the actual data conversion happens on the caller side, this is just a string-string store (but compatible with Java), we might add conversion helpers here if needed
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeyValueStore ¶
func NewKeyValueStore(fileName string, waitGroup sync.WaitGroup) interfaces.KeyValueStoreInterface
Create a key value store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.