mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-10-04 20:31:02 +00:00
WIP
This commit is contained in:
parent
d5aab78911
commit
0b85ce1f81
11 changed files with 529 additions and 131 deletions
9
creator.go
Normal file
9
creator.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package mtree
|
||||
|
||||
// dhCreator is used in when building a DirectoryHierarchy
|
||||
type dhCreator struct {
|
||||
DH *DirectoryHierarchy
|
||||
curSet *Entry
|
||||
curDir *Entry
|
||||
curEnt *Entry
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue