MCPcopy
hub / github.com/revel/revel / Result

Interface Result

results.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type Result interface {
23 Apply(req *Request, resp *Response)
24}
25
26// ErrorResult structure used to handles all kinds of error codes (500, 404, ..).
27// It renders the relevant error page (errors/CODE.format, e.g. errors/500.json).

Callers 8

handleInternalFunction · 0.65
TestBenchmarkCompressedFunction · 0.65
TestBenchmarkRenderFunction · 0.65
BenchmarkRenderChunkedFunction · 0.65
ApplyMethod · 0.65

Implementers 10

ErrorResultresults.go
RenderXMLResultresults.go
BinaryResultresults.go

Calls

no outgoing calls

Tested by

no test coverage detected