Versions in this module Expand all Collapse all v0 v0.1.0 Jan 8, 2021 v0.0.0 Jan 8, 2021 Changes in this version + type Config struct + MaxDepth int + Root string + Verbose bool + type Fetcher struct + func New(ctx context.Context, conf Config) (*Fetcher, error) + func (f *Fetcher) Fetch(id string) (*tree.Node, error)