//
pkg.gl
Category
github.com/ipfs/go-ipfs-provider
queue
package
1.0.1
Repository:
https://github.com/ipfs/go-ipfs-provider.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
8
Dependents
15
Files
135 SLOC
#
Functions
NewQueue
NewQueue creates a queue for cids.
#
Structs
Queue
Queue provides a durable, FIFO interface to the datastore for storing cids Durability just means that cids in the process of being provided when a crash or shutdown occurs will still be in the queue when the node is brought back online.