Codebase list golang-github-vbatts-go-mtree / fresh-snapshots/main creator.go
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

creator.go @fresh-snapshots/main

1cf0881
 
 
 
 
 
 
 
 
 
package mtree

// dhCreator is used in when building a DirectoryHierarchy
type dhCreator struct {
	DH     *DirectoryHierarchy
	fs     FsEval
	curSet *Entry
	curDir *Entry
	curEnt *Entry
}