Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MsgpackHandle = &codec.MsgpackHandle{}
)
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
type HandlerFunc func(*ResponseWriter, *Request) interface{}
type Request ¶
type Request struct { *rest.Request // contains filtered or unexported fields }
func (*Request) DecodePayload ¶
type ResponseWriter ¶
type ResponseWriter struct { *rest.ResponseWriter // contains filtered or unexported fields }
func (*ResponseWriter) Error ¶
func (this *ResponseWriter) Error(err *ergo.Error)
func (*ResponseWriter) WriteData ¶
func (this *ResponseWriter) WriteData(v interface{}) error
type RestHandlerFunc ¶
type RestHandlerFunc func(*rest.ResponseWriter, *rest.Request)
Click to show internal directories.
Click to hide internal directories.