package
Version:
v0.60.0
Opens a new window with list of versions in this module.
Published: Oct 25, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Delete(ctx Context, key interface{})
Delete key value pair from storage.
Find returns an iterator.Iterator over the keys that matched the given key.
func Get(ctx Context, key interface{}) interface{}
Get value matching given key.
func Put(ctx Context, key interface{}, value interface{})
Put value at given key.
Context represents the storage context.
GetContext returns the storage context.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.