1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-02-19 15:30:02 +00:00
go-mtree/creator.go
2016-06-27 13:27:52 -04:00

9 lines
173 B
Go

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