Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteHTMLTemplate ¶
ExecuteHTMLTemplate a helper which quickly execute html template with data
func ExecuteTextTemplate ¶
ExecuteTextTemplate a helper which quickly execute text template with data
Types ¶
type FuncMap ¶
type FuncMap map[string]interface{}
FuncMap a common template tmpl implement
func (FuncMap) HTMLFuncMap ¶
func (fm FuncMap) HTMLFuncMap() htmlTemplate.FuncMap
HTMLFuncMap convert to html template funcMap
func (FuncMap) TextFuncMap ¶
func (fm FuncMap) TextFuncMap() textTemplate.FuncMap
TextFuncMap convert to text template funcMap
Click to show internal directories.
Click to hide internal directories.