Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestCtx ¶
type RequestCtx struct { QueryString map[string][]string PathVariable map[string]string Request *http.Request Form *multipart.Form Tx *sql.Tx ResponseWriter http.ResponseWriter // contains filtered or unexported fields }
func NewRequestCtx ¶
func (*RequestCtx) BeginTx ¶
func (c *RequestCtx) BeginTx()
func (*RequestCtx) ParseBody ¶
func (c *RequestCtx) ParseBody(dst interface{}) error
Click to show internal directories.
Click to hide internal directories.