Codebase list golang-github-vbatts-go-mtree / upstream/0.4.4+git20190122.8b6de60 creator.go
upstream/0.4.4+git20190122.8b6de60

Tree @upstream/0.4.4+git20190122.8b6de60 (Download .tar.gz)

creator.go @upstream/0.4.4+git20190122.8b6de60raw · 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
}