# 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 the read side of a State.
State is a wrapper to the Cluster shared state so that Pin objects can be easily read, written and queried.
WriteOnly represents the write side of a State.