Codebase list golang-github-vbatts-go-mtree / scrub-obsolete/main creator.go
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

creator.go @scrub-obsolete/mainraw · history · blame

package mtree

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