Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
common.Config
common.AllGetsServer
// Blocked tracks operations that are blocked on blocks
//
// It should be guaranteed that `MissingIDs` should contain all IDs
// referenced by the `MissingDependencies` that have not already been added
// to the queue.
Blocked *queue.JobsWithMissing
VM block.ChainVM
Bootstrapped func()
}
Click to show internal directories.
Click to hide internal directories.