Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed text_template.d.ts TextTemplateDefine []byte TextTemplateDeclared = map[string]any{ "jsEscape": template.JSEscape, "parseFiles": template.ParseFiles, "parseGlob": template.ParseGlob, "must": template.Must, "New": template.New, "parseFS": template.ParseFS, "htmlEscapeString": template.HTMLEscapeString, "urlQueryEscaper": template.URLQueryEscaper, "htmlEscape": template.HTMLEscape, "htmlEscaper": template.HTMLEscaper, "isTrue": template.IsTrue, "jsEscapeString": template.JSEscapeString, "jsEscaper": template.JSEscaper, "emptyTemplate": engine.Empty[template.Template], "emptyRefTemplate": engine.EmptyRefer[template.Template], "refOfTemplate": engine.ReferOf[template.Template], "unRefTemplate": engine.UnRefer[template.Template]} )
Functions ¶
This section is empty.
Types ¶
type TextTemplateModule ¶
type TextTemplateModule struct{}
func (TextTemplateModule) Exports ¶
func (S TextTemplateModule) Exports() map[string]any
func (TextTemplateModule) Identity ¶
func (S TextTemplateModule) Identity() string
func (TextTemplateModule) TypeDefine ¶
func (S TextTemplateModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.