Skip to content

Flash Message support for Fiber Routes

Compare
Choose a tag to compare
@sujit-baniya sujit-baniya released this 06 Jul 05:43
· 29 commits to master since this release

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