Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppServer ¶
func (*AppServer) NotAllowedHandler ¶
func (app *AppServer) NotAllowedHandler(w http.ResponseWriter, r *http.Request)
func (*AppServer) NotFoundHandler ¶
func (app *AppServer) NotFoundHandler(w http.ResponseWriter, r *http.Request)
Special server handlers, outside of specific routes we have
func (*AppServer) OnShutdown ¶
func (app *AppServer) OnShutdown()
OnShutdown is called when the server has a panic.
func (*AppServer) Run ¶
func (app *AppServer) Run(appConfig config.ApiEnvConfig)
Click to show internal directories.
Click to hide internal directories.