package
0.8.2
Repository: https://github.com/ipfs/go-ipfs-provider.git
Documentation: pkg.go.dev

# Functions

NewQueue creates a queue for cids Deprecated: use github.com/ipfs/boxo/provider/queue.NewQueue.

# Structs

Queue provides a best-effort durability, FIFO interface to the datastore for storing cids Best-effort durability just means that cids in the process of being provided when a crash or shutdown occurs may be in the queue when the node is brought back online depending on whether the underlying datastore has synchronous or asynchronous writes.