Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contexter ¶
type Contexter struct {
// contains filtered or unexported fields
}
func NewContexter ¶
func (Contexter) ServeHTTP ¶
func (c Contexter) ServeHTTP(resp http.ResponseWriter, req *http.Request, next http.HandlerFunc)
type RequestContext ¶
type RequestContext struct {
Data map[string]interface{}
}
func Get ¶
func Get(req *http.Request) *RequestContext
Click to show internal directories.
Click to hide internal directories.