forked from TrueCloudLab/restic
wip
This commit is contained in:
parent
2f1137bac4
commit
f8f8107d55
8 changed files with 171 additions and 59 deletions
5
node.go
5
node.go
|
@ -35,8 +35,9 @@ type Node struct {
|
|||
|
||||
tree *Tree
|
||||
|
||||
path string
|
||||
err error
|
||||
path string
|
||||
err error
|
||||
blobs Blobs
|
||||
}
|
||||
|
||||
func (n Node) String() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue