Documentation ¶
Overview ¶
Package store provides methods for interacting with a thread safe global store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶ added in v0.5.61
Delete will take the key and values which needs to be deleted from the global store and delete that entry
func Initialize ¶
func Initialize()
Initialize initializes the global store
It will skip initialization if the store has already been initialized once
Types ¶
type Value ¶ added in v0.5.65
Value is an interface that all the values MUST satisfy which can be stored in the key value pair store
func PrefixMatch ¶
PrefixMatch will return all the values which matches the given key
Click to show internal directories.
Click to hide internal directories.