//
pkg.gl
Category
github.com/ipfs/go-datastore
failstore
package
0.8.2
Repository:
https://github.com/ipfs/go-datastore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
125 SLOC
#
Functions
NewFailstore
NewFailstore creates a new datastore with the given error function.
#
Structs
FailBatch
FailBatch implements batching operations on the Failstore.
Failstore
Failstore is a datastore which fails according to a user-provided function.