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

Tree @HEAD (Download .tar.gz)

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