Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + func Traverse(root *mdag.Node, o Options) error + type ErrFunc func(err error) error + type Func func(current State) error + type Options struct + DAG mdag.DAGService + ErrFunc ErrFunc + Func Func + Order Order + SkipDuplicates bool + type Order int + const BFS + const DFSPost + const DFSPre + type State struct + Depth int + Node *mdag.Node