Documentation
¶
Index ¶
- func AddTmplFunctions(fns map[string]interface{})
- type Renderer
- func (r *Renderer) AddFile(filePath string, tmpl Template)
- func (r *Renderer) AddFiles(fileSet map[string]Template)
- func (r *Renderer) Compile(data interface{}) error
- func (r *Renderer) FileSet() map[string]Template
- func (r *Renderer) GetFile(filePath string) Template
- func (r *Renderer) LoadFunc(pathRewrites map[string]string) filepath.WalkFunc
- func (r *Renderer) LoadSources(ctx context.Context, destSource map[string]string) error
- type Template
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTmplFunctions ¶
func AddTmplFunctions(fns map[string]interface{})