Documentation
¶
Index ¶
Constants ¶
View Source
const ROOT_DIRECTORY = ""
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductMap ¶
type ProductMap struct {
// contains filtered or unexported fields
}
func NewProductMap ¶
func NewProductMap() ProductMap
func (*ProductMap) Exclude ¶ added in v0.0.3
func (pm *ProductMap) Exclude(excludedFiles map[string]struct{})
func (ProductMap) Exists ¶
func (dir ProductMap) Exists(filePath string) bool
func (*ProductMap) Insert ¶
func (pm *ProductMap) Insert(file File) error
func (*ProductMap) Walk ¶
func (pm *ProductMap) Walk(fn WalkFn) error
func (*ProductMap) WithFuncMap ¶ added in v0.0.3
func (pm *ProductMap) WithFuncMap(fm template.FuncMap)
Click to show internal directories.
Click to hide internal directories.