Add Handler comment

pull/431/head
Fenny 2020-06-01 11:19:29 +02:00
parent ac64da1a3a
commit 2f4b9c4132
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -31,7 +31,7 @@ const Version = "1.10.2"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}
// Handler ...
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx)
// App denotes the Fiber application.