Codebase list golang-github-vbatts-go-mtree / d6c4f9ab-5369-4702-b585-c222d94815c3/main creator.go
d6c4f9ab-5369-4702-b585-c222d94815c3/main

Tree @d6c4f9ab-5369-4702-b585-c222d94815c3/main (Download .tar.gz)

creator.go @d6c4f9ab-5369-4702-b585-c222d94815c3/mainraw · 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
}