Documentation
¶
Index ¶
- type Application
- func (a *Application) BootstrapApplication() error
- func (a *Application) MiddlewareAttach(c *web.C, h http.Handler) http.Handler
- func (a *Application) MiddlewareAuth(c *web.C, h http.Handler) http.Handler
- func (a *Application) MiddlewareJsonResponseHeaders(c *web.C, h http.Handler) http.Handler
- func (a *Application) MiddlewareSysAdmin(c *web.C, h http.Handler) http.Handler
- func (a *Application) Router()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { Setup *setup.Setup Db *database.DbOperations }
func ParseConfiguration ¶
func ParseConfiguration(fileName, rootDir string) (app *Application)
func (*Application) BootstrapApplication ¶
func (a *Application) BootstrapApplication() error
func (*Application) MiddlewareAttach ¶
func (*Application) MiddlewareAuth ¶
func (*Application) MiddlewareJsonResponseHeaders ¶
func (*Application) MiddlewareSysAdmin ¶
func (*Application) Router ¶
func (a *Application) Router()
Click to show internal directories.
Click to hide internal directories.