//
pkg.gl
Category
github.com/creachadair/ffs
blob
memstore
package
0.13.8
Repository:
https://github.com/creachadair/ffs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
148 SLOC
#
Functions
New
New constructs a new empty Store that uses newKV to construct keyspaces.
NewKV
NewKV constructs a new, empty key-value namespace.
Opener
Opener constructs a [blob.StoreCloser] for use with the [store] package.
#
Structs
KV
KV implements the [blob.KV] interface using an in-memory dictionary.
Store
A Store implements the [blob.Store] interface using an in-memory dictionary for each keyspace.