AuthenticatedMiddleware creates a new instance of middlewares.Authenticated
()
| 222 | |
| 223 | // AuthenticatedMiddleware creates a new instance of middlewares.Authenticated |
| 224 | func (container *Container) AuthenticatedMiddleware() fiber.Handler { |
| 225 | container.logger.Debug("creating middlewares.Authenticated") |
| 226 | return middlewares.Authenticated(container.Tracer()) |
| 227 | } |
| 228 | |
| 229 | // Logger creates a new instance of telemetry.Logger |
| 230 | func (container *Container) Logger(skipFrameCount ...int) telemetry.Logger { |
no test coverage detected