Releases: sujit-baniya/flash
Releases · sujit-baniya/flash
v0.0.10
Update flash example
v0.0.9
bump fiber 1.14.
v0.0.8
[wip]
v0.0.7
[wip]
v0.0.6
wip
Update dependencies
v0.0.5 update dependencies
Change module name
v0.0.4 Upgrade dependencies
Update dependencies
Update dependencies
Updated README.md
Updated README.md
Flash Message support for Fiber Routes
This package is build to send the flash messages on the top of Gofiber
Methods
Error(c *fiber.Ctx)
Success(c *fiber.Ctx)
Get(c *fiber.Ctx)
Redirect(c *fiber.Ctx, location string, data interface{}, status ...int)
WithError(c *fiber.Ctx, data fiber.Map) *fiber.Ctx
WithSuccess(c *fiber.Ctx, data fiber.Map) *fiber.Ctx