middleware

package
v0.17.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContextLogger

func NewContextLogger(log logr.Logger) fiber.Handler

func NewLogger

func NewLogger(opts ...LoggerOption) fiber.Handler

func NewTimeout

func NewTimeout(duration time.Duration) fiber.Handler

Types

type LogFormat

type LogFormat string
const (
	LogFormatJSON LogFormat = "json"
)

type LoggerOption

type LoggerOption func(*LoggerOpts)

func WithOutput

func WithOutput(w io.Writer) LoggerOption

type LoggerOpts

type LoggerOpts struct {
	Output io.Writer
	Format LogFormat
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL