Codebase list golang-github-vbatts-go-mtree / 39dce7f4-4f64-46ae-91cf-5d7c2c236257/upstream creator.go
39dce7f4-4f64-46ae-91cf-5d7c2c236257/upstream

Tree @39dce7f4-4f64-46ae-91cf-5d7c2c236257/upstream (Download .tar.gz)

creator.go @39dce7f4-4f64-46ae-91cf-5d7c2c236257/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
}