Skip to content

Releases: sujit-baniya/flash

v0.0.10

04 May 05:09
Compare
Choose a tag to compare
Update flash example

v0.0.9

29 Apr 17:19
Compare
Choose a tag to compare
bump fiber 1.14.

v0.0.8

29 Apr 06:47
Compare
Choose a tag to compare
[wip]

v0.0.7

11 Apr 08:08
Compare
Choose a tag to compare
[wip]

v0.0.6

23 Feb 15:15
Compare
Choose a tag to compare
wip

Update dependencies

16 Jan 14:27
Compare
Choose a tag to compare
v0.0.5

update dependencies

Change module name

20 Oct 05:36
Compare
Choose a tag to compare
v0.0.4

Upgrade dependencies

Update dependencies

20 Oct 03:27
Compare
Choose a tag to compare

Update dependencies

Updated README.md

06 Jul 06:10
Compare
Choose a tag to compare

Updated README.md

Flash Message support for Fiber Routes

06 Jul 05:43
Compare
Choose a tag to compare

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