Documentation
¶
Index ¶
- func AddMessage(c *fiber.Ctx, severity Severity, text string) *fiber.Ctx
- func Debug(c *fiber.Ctx, text string)
- func Error(c *fiber.Ctx, text string)
- func Info(c *fiber.Ctx, text string)
- func Middleware() fiber.Handler
- func Setup(s *session.Store)
- func Success(c *fiber.Ctx, text string)
- func Warning(c *fiber.Ctx, text string)
- type Callback
- type Message
- type Severity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMessage ¶
AddMessage adds a flash message to the session
func Middleware ¶
Middleware is a Fiber middleware that handles flash messages
Types ¶
Click to show internal directories.
Click to hide internal directories.