Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
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.
Click to show internal directories.
Click to hide internal directories.