Codebase list golang-github-vbatts-go-mtree / 7169dfdc-d97b-4251-ac2a-3faf89a973fe/main creator.go
7169dfdc-d97b-4251-ac2a-3faf89a973fe/main

Tree @7169dfdc-d97b-4251-ac2a-3faf89a973fe/main (Download .tar.gz)

creator.go @7169dfdc-d97b-4251-ac2a-3faf89a973fe/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
}