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

Interface HTMLRender

render/html.go:23–26  ·  render/html.go::HTMLRender

HTMLRender interface is to be implemented by HTMLProduction and HTMLDebug.

Source from the content-addressed store, hash-verified

21
22// HTMLRender interface is to be implemented by HTMLProduction and HTMLDebug.
23type HTMLRender interface {
24 // Instance returns an HTML instance.
25 Instance(string, any) Render
26}
27
28// HTMLProduction contains template reference and its delims.
29type HTMLProduction struct {

Callers 1

HTMLMethod · 0.65

Implementers 2

HTMLProductionrender/html.go
HTMLDebugrender/html.go

Calls

no outgoing calls

Tested by

no test coverage detected