Documentation
¶
Overview ¶
Package server provides network listeners, e.g. an HTTP (web/REST/JSON) server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RqActionHandler ¶
type RqActionHandler = func(*b.Context, m.Map, *b.Message, *http.Request, http.ResponseWriter, *Session)
func GetActionHandler ¶
type ServerState ¶ added in v0.1.8
func (*ServerState) GetSessionMailbox ¶ added in v0.1.8
func (st *ServerState) GetSessionMailbox(sid string) chan b.Message
Click to show internal directories.
Click to hide internal directories.