Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:54 +05 2020. DO NOT EDIT.
Index ¶
- func ExecErrorError(e template.ExecError) string
- func ExecErrorUnwrap(e template.ExecError) error
- func HTMLEscapeString(s string) string
- func HTMLEscaper(args ...interface{}) string
- func IsTrue(val interface{}) (bool, bool)
- func JSEscapeString(s string) string
- func JSEscaper(args ...interface{}) string
- func Must(t *template.Template, err error) *template.Template
- func New(name string) *template.Template
- func ParseFiles(filenames ...string) (*template.Template, error)
- func ParseGlob(pattern string) (*template.Template, error)
- func TemplateAddParseTree(t *template.Template, name string, tree *parse.Tree) (*template.Template, error)
- func TemplateClone(t *template.Template) (*template.Template, error)
- func TemplateDefinedTemplates(t *template.Template) string
- func TemplateDelims(t *template.Template, left, right string) *template.Template
- func TemplateExecute(t *template.Template, wr io.Writer, data interface{}) error
- func TemplateExecuteTemplate(t *template.Template, wr io.Writer, name string, data interface{}) error
- func TemplateFuncs(t *template.Template, funcMap template.FuncMap) *template.Template
- func TemplateLookup(t *template.Template, name string) *template.Template
- func TemplateName(t *template.Template) string
- func TemplateNew(t *template.Template, name string) *template.Template
- func TemplateOption(t *template.Template, opt ...string) *template.Template
- func TemplateParse(t *template.Template, text string) (*template.Template, error)
- func TemplateParseFiles(t *template.Template, filenames ...string) (*template.Template, error)
- func TemplateParseGlob(t *template.Template, pattern string) (*template.Template, error)
- func TemplateTemplates(t *template.Template) []*template.Template
- func URLQueryEscaper(args ...interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecErrorError ¶
func ExecErrorUnwrap ¶
func HTMLEscapeString ¶
func HTMLEscaper ¶
func HTMLEscaper(args ...interface{}) string
func JSEscapeString ¶
func TemplateAddParseTree ¶
func TemplateDelims ¶
func TemplateExecute ¶
func TemplateExecuteTemplate ¶
func TemplateFuncs ¶
func TemplateName ¶
func TemplateParse ¶
func TemplateParseFiles ¶
func TemplateParseGlob ¶
func URLQueryEscaper ¶
func URLQueryEscaper(args ...interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.