Documentation
¶
Overview ¶
Package handler defines handlers for static web content that conform to the http.Handler and the httprouter.Handle interfaces.
Index ¶
- func App(env *Environment) httprouter.Handle
- func Home(env *Environment) httprouter.Handle
- func Legal(env *Environment) httprouter.Handle
- func Login(env *Environment) httprouter.Handle
- func Ping(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func Privacy(env *Environment) httprouter.Handle
- func Terms(env *Environment) httprouter.Handle
- type Environment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func App ¶
func App(env *Environment) httprouter.Handle
func Home ¶
func Home(env *Environment) httprouter.Handle
func Legal ¶
func Legal(env *Environment) httprouter.Handle
func Login ¶
func Login(env *Environment) httprouter.Handle
func Ping ¶
func Ping(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func Privacy ¶
func Privacy(env *Environment) httprouter.Handle
func Terms ¶
func Terms(env *Environment) httprouter.Handle
Types ¶
type Environment ¶
type Environment struct { Log app.Logger DB app.DB Msg app.Notifier L10n app.Translator Session *scs.SessionManager }
Environment is a collection of interfaces that http handlers can use to access various parts of the app.
Click to show internal directories.
Click to hide internal directories.