Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomKeyValueStore ¶
func NewCustomKeyValueStore[T any](newValueStore func(string) storage.ValueStoreT[T]) storage.KeyValueStoreT[T]
func NewKeyValueStore ¶
func NewKeyValueStore[T any](cloneFunc func(T) T) storage.KeyValueStoreT[T]
func NewValueStore ¶
func NewValueStore[T any](cloneFunc func(T) T) storage.ValueStoreT[T]
Returns a new value store for any type T that can be cloned using the provided clone function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.