README ¶ Bang is the second (after the main) and last package which has access to noninterface types. The context is created here. Lot of duplication here atm. Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ This package contains functions used at the top level of the system - at main.go Index ¶ func New(conn *gt.Connection, session *mgo.Session, dbConn *mgo.Database, ...) (iface.Context, error) func NewWS(conn *gt.Connection, session *mgo.Session, dbConn *mgo.Database, ...) (iface.Context, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(conn *gt.Connection, session *mgo.Session, dbConn *mgo.Database, w http.ResponseWriter, req *http.Request, config *config.Config) (iface.Context, error) func NewWS ¶ func NewWS(conn *gt.Connection, session *mgo.Session, dbConn *mgo.Database, w http.ResponseWriter, req *http.Request, config *config.Config, ws io.Writer) (iface.Context, error) Types ¶ This section is empty. Source Files ¶ View all Source files bang.go options.go Click to show internal directories. Click to hide internal directories.