Versions in this module Expand all Collapse all v1 v1.1.0 Aug 16, 2016 v1.0.0 Aug 3, 2016 Changes in this version + type Contexter struct + func NewContexter(cfg *conf.Config, model *models.Model, sessionStore sessions.Store) Contexter + func (c Contexter) ServeHTTP(resp http.ResponseWriter, req *http.Request, next http.HandlerFunc) + type RequestContext struct + Data map[string]interface{} + func Get(req *http.Request) *RequestContext