package
0.0.0-20241217103550-732d1a0ca9fd
Repository: https://github.com/loggar/go.git
Documentation: pkg.go.dev

# Functions

Count returns the number of keys that have been set to the specified value.*/.
Delete value from Store */.
Get value of key from Store*/.
Set key to value */.

# Variables

GlobalStore holds the (global) variables*/.

# Structs

Transaction points to a key:value store*/.
TransactionStack is maintained as a list of active/suspended transactions */.

# Type aliases

Map string:string*/.