Versions in this module Expand all Collapse all v1 v1.0.1 Nov 25, 2025 v1.0.0 Mar 9, 2025 Changes in this version + func GetContextLogger(c fiber.Ctx) (*slog.Logger, error) + func GetContextRequestId(c fiber.Ctx) (string, error) + func IntSliceToAny(intSlice []int) []any + func SendError(c fiber.Ctx, status int, e error) error + func SendJSON(c fiber.Ctx, status int, data any) error + func StatusCodeFromError(err error) int