Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2023 Changes in this version + func IsDir(node *restic.Node) bool + func IsFile(node *restic.Node) bool + func IsLink(node *restic.Node) bool + type Dumper struct + func New(format string, repo restic.Repository, w io.Writer) *Dumper + func (d *Dumper) DumpTree(ctx context.Context, tree *restic.Tree, rootPath string) error + func (d *Dumper) WriteNode(ctx context.Context, node *restic.Node) error