MCPcopy
hub / github.com/gin-gonic/gin / HTMLDebug

Struct HTMLDebug

render/html.go:35–42  ·  render/html.go::HTMLDebug

HTMLDebug contains template delims and pattern and function with file list.

Source from the content-addressed store, hash-verified

33
34// HTMLDebug contains template delims and pattern and function with file list.
35type HTMLDebug struct {
36 Files []string
37 Glob string
38 FileSystem http.FileSystem
39 Patterns []string
40 Delims Delims
41 FuncMap template.FuncMap
42}
43
44// HTML contains template reference and its name with given interface object.
45type HTML struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected