MCPcopy
hub / github.com/revel/revel / RenderJSONResult

Struct RenderJSONResult

results.go:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306type RenderJSONResult struct {
307 obj interface{}
308 callback string
309}
310
311func (r RenderJSONResult) Apply(req *Request, resp *Response) {
312 var b []byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected