application

package
v0.0.0-...-dd30ea9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2022 License: MIT Imports: 34 Imported by: 0

Documentation

Index

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 (a *Application) MiddlewareAttach(c *web.C, h http.Handler) http.Handler

func (*Application) MiddlewareAuth

func (a *Application) MiddlewareAuth(c *web.C, h http.Handler) http.Handler

func (*Application) MiddlewareJsonResponseHeaders

func (a *Application) MiddlewareJsonResponseHeaders(c *web.C, h http.Handler) http.Handler

func (*Application) MiddlewareSysAdmin

func (a *Application) MiddlewareSysAdmin(c *web.C, h http.Handler) http.Handler

func (*Application) Router

func (a *Application) Router()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL