Affected by GO-2024-3045
and 2 other vulnerabilities
GO-2024-3045: Meshery SQL Injection vulnerability in github.com/layer5io/meshery
GO-2024-3050: Meshery SQL Injection vulnerability in github.com/layer5io/meshery
GO-2024-3051: Meshery SQL Injection vulnerability in github.com/layer5io/meshery
package
Version:
v0.5.42
Opens a new window with list of versions in this module.
Published: Aug 4, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package store provides methods for interacting
with a thread safe global store.
Get will get the value corresponding to the given key
Initialize initializes the global store
It will skip initialization if the
store has already been initialized once
func PrefixMatch(key string) (res []interface{})
PrefixMatch will return all the values which matches the given key
func Set(key string, value interface{})
Set will set the key value pairs in the global store
If the key already exists then it will OVERWRITE
those values
Source Files
¶
Click to show internal directories.
Click to hide internal directories.