Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler func(item *TreeWalkItem) error
type OptionsBuilder ¶ added in v1.10.0
type OptionsBuilder interface {
BuildOptions(options interface{}) error
}
type OptionsLoader ¶
type OptionsLoader struct {
Builders []OptionsBuilder
}
func NewOptionsLoader ¶
func NewOptionsLoader(builders []OptionsBuilder) *OptionsLoader
func (*OptionsLoader) Build ¶
func (l *OptionsLoader) Build(userConfig interface{}) (interface{}, error)
Build executes the options configuration templates, until they converge It bails out after maxIterations
type TreeWalkItem ¶
type TreeWalkItem struct { Context string Name string Path vfs.Path RelativePath string Meta string Tags []string }
func (*TreeWalkItem) ReadBytes ¶
func (i *TreeWalkItem) ReadBytes() ([]byte, error)
func (*TreeWalkItem) ReadString ¶
func (i *TreeWalkItem) ReadString() (string, error)
Click to show internal directories.
Click to hide internal directories.