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

Tree @upstream/0.4.4 (Download .tar.gz)

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