Documentation ¶
Index ¶
- func ClearCookie(c *fiber.Ctx, name string)
- func ErrorHandler(c *fiber.Ctx, err error) error
- func GetUser(c *fiber.Ctx) *uint
- func ParseBody(ctx *fiber.Ctx, body interface{}) *fiber.Error
- func ParseBodyAndValidate(ctx *fiber.Ctx, body interface{}) *fiber.Error
- func SetCookie(c *fiber.Ctx, name string, value string, duration string)
- func Validate(payload interface{}) *fiber.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearCookie ¶
func ClearCookie(c *fiber.Ctx, name string)
func ErrorHandler ¶
func ParseBodyAndValidate ¶
func ParseBodyAndValidate(ctx *fiber.Ctx, body interface{}) *fiber.Error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.