Codebase list golang-github-vbatts-go-mtree / a39788f creator.go
a39788f

Tree @a39788f (Download .tar.gz)

creator.go @a39788fraw · 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
}