Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoTemplatify ¶
type GoTemplatify struct {
// contains filtered or unexported fields
}
GoTemplatify is using go built-in template engine
func NewGoTemplatify ¶
func NewGoTemplatify(tempDir string) *GoTemplatify
func (GoTemplatify) ApplyTemplate ¶
func (g GoTemplatify) ApplyTemplate(templateData string, data interface{}) (string, error)
type TemplateError ¶
type TemplateError struct { Processed bool // contains filtered or unexported fields }
type Templatify ¶
Click to show internal directories.
Click to hide internal directories.