Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct { Router *router.Mux Storage *datastorage.Storage Render *htmltemplate.Engine Sess *websession.Session }
Core -
func Register ¶
func Register(storage *datastorage.Storage, sess *websession.Session, tmpl *htmltemplate.Engine) (*Core, error)
Register all routes.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.