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

Method Instance

render/html.go:25–25  ·  render/html.go::HTMLRender.Instance

Instance returns an HTML instance.

(string, any)

Source from the content-addressed store, hash-verified

23type HTMLRender interface {
24 // Instance returns an HTML instance.
25 Instance(string, any) Render
26}
27
28// HTMLProduction contains template reference and its delims.

Callers 1

HTMLMethod · 0.65

Implementers 2

HTMLProductionrender/html.go
HTMLDebugrender/html.go

Calls

no outgoing calls

Tested by

no test coverage detected