Codebase list golang-github-vbatts-go-mtree / debian/0.4.4-2 creator.go
debian/0.4.4-2

Tree @debian/0.4.4-2 (Download .tar.gz)

creator.go @debian/0.4.4-2raw · 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
}