Documentation ¶ Index ¶ type FiberCtx func NewFiberCtx(ctx *fiber.Ctx) *FiberCtx func (f *FiberCtx) GetLogger() *slog.Logger func (f *FiberCtx) SetLogger(logger *slog.Logger) func (f *FiberCtx) WithLogger(args ...any) *slog.Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FiberCtx ¶ type FiberCtx struct { *fiber.Ctx } func NewFiberCtx ¶ func NewFiberCtx(ctx *fiber.Ctx) *FiberCtx func (*FiberCtx) GetLogger ¶ func (f *FiberCtx) GetLogger() *slog.Logger func (*FiberCtx) SetLogger ¶ func (f *FiberCtx) SetLogger(logger *slog.Logger) func (*FiberCtx) WithLogger ¶ func (f *FiberCtx) WithLogger(args ...any) *slog.Logger Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.