Files
luet/vendor/github.com/vbatts/go-mtree/creator.go
Ettore Di Giacinto 0f7ba8ce05 Update vendor
2021-10-29 16:12:26 +02:00

11 lines
188 B
Go

package mtree
// dhCreator is used in when building a DirectoryHierarchy
type dhCreator struct {
DH *DirectoryHierarchy
fs FsEval
curSet *Entry
curDir *Entry
curEnt *Entry
}