Codebase list golang-github-vbatts-go-mtree / 6ce12855-a570-4aee-a94e-a5ccab88d60f/main creator.go
6ce12855-a570-4aee-a94e-a5ccab88d60f/main

Tree @6ce12855-a570-4aee-a94e-a5ccab88d60f/main (Download .tar.gz)

creator.go @6ce12855-a570-4aee-a94e-a5ccab88d60f/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
}