Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorHandler ¶
Types ¶
type Application ¶
type Application struct { UseRecovery bool UseRequestID bool UseLogger bool UseSwagger bool FiberApp App // for fine-tuning // contains filtered or unexported fields }
func (*Application) Build ¶
func (a *Application) Build() *App
func (*Application) Register ¶
func (a *Application) Register(verb string, path string, action func(context *Context) error) *Application
func (*Application) Start ¶
func (a *Application) Start(addr string) error
Click to show internal directories.
Click to hide internal directories.