Remove fiber ctx

This commit is contained in:
Eden Kirin
2024-02-06 19:31:37 +01:00
parent 8bafff716c
commit f6c4b3eb06
7 changed files with 35 additions and 40 deletions

View File

@ -0,0 +1,5 @@
package handlers
import "fiber-sessions/app/router/requests"
type RequestHandler = func(request *requests.Request) error