//
pkg.gl
Category
github.com/ooni/probe-engine
pkg
kvstore
package
0.30.0
Repository:
https://github.com/ooni/probe-engine.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
5
Files
70 SLOC
#
Functions
NewFS
NewFS creates a new kvstore.FileSystem.
#
Variables
ErrNoSuchKey
ErrNoSuchKey indicates that there's no value for the given key.
#
Structs
FS
FS is a file-system based KVStore.
Memory
Memory is an in-memory key-value store.