| 304 | } |
| 305 | |
| 306 | type RenderJSONResult struct { |
| 307 | obj interface{} |
| 308 | callback string |
| 309 | } |
| 310 | |
| 311 | func (r RenderJSONResult) Apply(req *Request, resp *Response) { |
| 312 | var b []byte |
nothing calls this directly
no outgoing calls
no test coverage detected