feat!(middleware/session): re-write session middleware with handler #2083
vulncheck.yml
on: pull_request
govulncheck-check
28s
Annotations
4 errors
govulncheck-check:
middleware/session/config.go#L10
no required module provides package github.com/gofiber/session; to add it:
|
govulncheck-check:
middleware/session/config.go#L10
could not import github.com/gofiber/session (invalid package name: "")
|
govulncheck-check:
middleware/session/middleware.go#L79
cannot use c (variable of type fiber.Ctx) as *fiber.Ctx value in argument to cfg.Next: fiber.Ctx does not implement *fiber.Ctx (type *fiber.Ctx is pointer to interface, not interface)
|
govulncheck-check
Process completed with exit code 1.
|