Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("logger", fx.Provide( func(appConfig *config.AppConfig) *config.LogConfig { return &appConfig.Log }, NewZapLogger, ), )
Functions ¶
func RequestLogger ¶
func RequestLogger(log *zap.Logger) echo.MiddlewareFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.