Codebase list golang-github-vbatts-go-mtree / cme/main creator.go
cme/main

Tree @cme/main (Download .tar.gz)

creator.go @cme/main

1cf0881
 
 
 
 
 
 
 
 
 
package mtree

// dhCreator is used in when building a DirectoryHierarchy
type dhCreator struct {
	DH     *DirectoryHierarchy
	fs     FsEval
	curSet *Entry
	curDir *Entry
	curEnt *Entry
}