Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(New), fx.Invoke(func(logger *zap.Logger, lifecycle fx.Lifecycle) { lifecycle.Append(fx.Hook{ OnStop: func(ctx context.Context) error { return logger.Sync() }, }) }), )
Module модуль логгера
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.