Codebase list golang-github-vbatts-go-mtree / 77f5491e-3a23-49b7-b573-678497ec993b/upstream creator.go
77f5491e-3a23-49b7-b573-678497ec993b/upstream

Tree @77f5491e-3a23-49b7-b573-678497ec993b/upstream (Download .tar.gz)

creator.go @77f5491e-3a23-49b7-b573-678497ec993b/upstreamraw · 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
}