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

Struct HTMLProduction

render/html.go:29–32  ·  render/html.go::HTMLProduction

HTMLProduction contains template reference and its delims.

Source from the content-addressed store, hash-verified

27
28// HTMLProduction contains template reference and its delims.
29type HTMLProduction struct {
30 Template *template.Template
31 Delims Delims
32}
33
34// HTMLDebug contains template delims and pattern and function with file list.
35type HTMLDebug struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected