package
Version:
v1.0.0-beta2
Opens a new window with list of versions in this module.
Published: May 13, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ContentExtractor content extractor.
type D struct {
Name string
Children []I
}
D dir type.
Accept implement interface I.
func (d *D) AddChildren(i I)
AddChildren add I to children.
type F struct {
Name string
Template interface{}
Data interface{}
}
F file type.
Accept implement interface I.
I of concrete type file or dir.
Visitor of create concrete type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.