Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppContext ¶
type AppContextHandler ¶
type AppContextHandler struct { AppContext *AppContext Handler func(*AppContext, web.C, http.ResponseWriter, *http.Request) (int, error) }
func (AppContextHandler) ServeHTTPC ¶
func (handle AppContextHandler) ServeHTTPC(c web.C, w http.ResponseWriter, r *http.Request)
type AppSessionHandler ¶
type AppSessionHandler struct { AppContext *AppContext Handler func(*AppContext, string, web.C, http.ResponseWriter, *http.Request) (int, error) }
func (AppSessionHandler) ServeHTTPC ¶
func (handle AppSessionHandler) ServeHTTPC(c web.C, w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.