Versions in this module Expand all Collapse all v0 v0.1.1 May 13, 2021 Changes in this version + func HTMLEscape(w io.Writer, b []byte) + func HTMLEscapeString(s string) string + func HTMLEscaper(args ...interface{}) string + func IsTrue(val interface{}) (truth, ok bool) + func JSEscape(w io.Writer, b []byte) + func JSEscapeString(s string) string + func JSEscaper(args ...interface{}) string + func URLQueryEscaper(args ...interface{}) string + type ExecError struct + Err error + Name string + func (e ExecError) Error() string + func (e ExecError) Unwrap() error + type FuncMap map[string]interface + func HelmFuncMap() FuncMap + type SortedMap struct + Key []reflect.Value + Value []reflect.Value + func Sort(mapValue reflect.Value) *SortedMap + func (o *SortedMap) Len() int + func (o *SortedMap) Less(i, j int) bool + func (o *SortedMap) Swap(i, j int) + type Template struct + func Must(t *Template, err error) *Template + func New(name string) *Template + func ParseFiles(filenames ...string) (*Template, error) + func ParseGlob(pattern string) (*Template, error) + func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) + func (t *Template) Clone() (*Template, error) + func (t *Template) DefinedTemplates() string + func (t *Template) Delims(left, right string) *Template + func (t *Template) Execute(wr io.Writer, data interface{}) error + func (t *Template) ExecuteTemplate(wr io.Writer, name string, data interface{}) error + func (t *Template) Funcs(funcMap FuncMap) *Template + func (t *Template) Lookup(name string) *Template + func (t *Template) Name() string + func (t *Template) New(name string) *Template + func (t *Template) Option(opt ...string) *Template + func (t *Template) Parse(text string) (*Template, error) + func (t *Template) ParseFiles(filenames ...string) (*Template, error) + func (t *Template) ParseGlob(pattern string) (*Template, error) + func (t *Template) Templates() []*Template