mirror of
https://github.com/mudler/luet.git
synced 2025-06-28 16:28:06 +00:00
11 lines
188 B
Go
11 lines
188 B
Go
package mtree
|
|
|
|
// dhCreator is used in when building a DirectoryHierarchy
|
|
type dhCreator struct {
|
|
DH *DirectoryHierarchy
|
|
fs FsEval
|
|
curSet *Entry
|
|
curDir *Entry
|
|
curEnt *Entry
|
|
}
|