Versions in this module Expand all Collapse all v0 v0.7.3 Sep 20, 2017 v0.7.2 Sep 13, 2017 Changes in this version + func Tree(ctx context.Context, repo TreeLoader, id restic.ID, jobCh chan<- TreeJob) + type TreeJob struct + Error error + Node *restic.Node + Path string + Tree *restic.Tree + type TreeLoader interface + LoadTree func(context.Context, restic.ID) (*restic.Tree, error) + type TreeWalker struct + func NewTreeWalker(ch chan<- loadTreeJob, out chan<- TreeJob) *TreeWalker + func (tw *TreeWalker) Walk(ctx context.Context, path string, id restic.ID)