package
0.0.0-20191101101117-7375b2fc63f1
Repository: https://github.com/glvd/cluster.git
Documentation: pkg.go.dev
# Packages
Package dsstate implements the IPFS Cluster state interface using an underlying go-datastore.
# Functions
Empty returns an empty read-only state.
# Variables
ErrNotFound should be returned when a pin is not part of the state.
# Interfaces
BatchingState represents a state which batches write operations.
ReadOnly represents a the read side of a State.
State is a wrapper to the Cluster shared state so that Pin objects can easily read, written and queried.
WriteOnly represents the write side of a State.