Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoTextEngine ¶
type GoTextEngine struct {
}
func (GoTextEngine) RenderFile ¶
func (GoTextEngine) RenderFile(srcPath string, dstPath string, data interface{}) error
RenderFile renders srcPath template to dstPath using go text/template engine.
func (GoTextEngine) RenderText ¶
func (GoTextEngine) RenderText(in string, data interface{}) (string, error)
RenderText renders in text using go tex/template engine.
Click to show internal directories.
Click to hide internal directories.