MCPcopy Index your code
hub / github.com/unrolled/render / Data

Struct Data

engine.go:24–26  ·  view source on GitHub ↗

Data built-in renderer.

Source from the content-addressed store, hash-verified

22
23// Data built-in renderer.
24type Data struct {
25 Head
26}
27
28// HTML built-in renderer.
29type HTML struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected