package
0.3.3
Repository: https://github.com/ethfsx/go-merkledag.git
Documentation: pkg.go.dev

# Functions

Traverse initiates a DAG traversal with the given options starting at the given root.

# Constants

BFS defines breadth-first order.
DFSPost defines depth-first post-order.
DFSPre defines depth-first pre-order.

# Structs

Options specifies a series of traversal options.
State is a current traversal state.

# Type aliases

ErrFunc is provided to handle problems when walking to the Node.
Func is the type of the function called for each dag.Node visited by Traverse.
Order is an identifier for traversal algorithm orders.