Versions in this module Expand all Collapse all v3 v3.0.1 Aug 8, 2022 Changes in this version + type Walker struct + func New(revisitElements ...bool) (walker *Walker) + func (w *Walker) HasNext() bool + func (w *Walker) Next() (nextElement interface{}) + func (w *Walker) Push(nextElement interface{}) (walker *Walker) + func (w *Walker) Pushed(element interface{}) bool + func (w *Walker) Reset() + func (w *Walker) StopWalk() + func (w *Walker) WalkStopped() bool Other modules containing this package github.com/finderAUT/hive.go/v2