Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + var NopLogger = fx.NopLogger + type App = fx.App + func New(opts ...Option) *App + type Hook = fx.Hook + type In = fx.In + type Lifecycle = fx.Lifecycle + type LifecycleMock struct + func (l *LifecycleMock) Append(Hook) + type Option = fx.Option + func Invoke(funcs ...interface{}) Option + func Options(opts ...Option) Option + func Provide(constructors ...interface{}) Option + func Supply(values ...interface{}) Option