Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Middleware ¶
type Middleware struct { }
func (*Middleware) Handler ¶
func (m *Middleware) Handler(currentSession *session.Session, r *http.Request, w http.ResponseWriter) (changedSession *session.Session, err error)
func (*Middleware) Init ¶
func (m *Middleware) Init()
func (Middleware) Name ¶
func (m Middleware) Name() string
Click to show internal directories.
Click to hide internal directories.