Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Config config.Config Request *Request Response *Response // contains filtered or unexported fields }
func NewContext ¶
type JsonResponse ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func NewResponse ¶
func NewResponse(ctx *Context, w http.ResponseWriter) *Response
func (*Response) SetStatusCode ¶
Click to show internal directories.
Click to hide internal directories.