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 GetAll ¶ added in v0.5.46
func GetAll(key string) []interface{}
GetAll returns all the values stored against the key
func Initialize ¶
func Initialize()
Initialize initializes the global store
It will skip initialization if the store has already been initialized once
func PrefixMatch ¶
func PrefixMatch(key string) (res []interface{})
PrefixMatch will return all the values which matches the given key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.