//
pkg.gl
Category
github.com/ooni/probe-cli/v3
internal
kvstore
package
3.25.0-alpha
Repository:
https://github.com/ooni/probe-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
7
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.