MCPcopy
hub / github.com/revel/revel / ServerRequest

Interface ServerRequest

server-engine.go:52–56  ·  view source on GitHub ↗

Callback ServerRequest type.

Source from the content-addressed store, hash-verified

50
51 // Callback ServerRequest type.
52 ServerRequest interface {
53 GetRaw() interface{}
54 Get(theType int) (interface{}, error)
55 Set(theType int, theValue interface{}) bool
56 }
57 // Callback ServerResponse type.
58 ServerResponse interface {
59 ServerRequest

Callers 1

validationTesterFunction · 0.65

Implementers 2

GoRequestserver_adapter_go.go
GoResponseserver_adapter_go.go

Calls

no outgoing calls

Tested by

no test coverage detected