key_value_store

package
v0.0.0-...-58ee6da Latest Latest
Warning

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

Go to latest
Published: May 23, 2020 License: Unlicense Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

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