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

Struct JSONP

engine.go:55–59  ·  view source on GitHub ↗

JSONP built-in renderer.

Source from the content-addressed store, hash-verified

53
54// JSONP built-in renderer.
55type JSONP struct {
56 Head
57 Indent bool
58 Callback string
59}
60
61// Text built-in renderer.
62type Text struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected