Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Invoke( fx.Annotate( newProvider, fx.OnStart(func(ctx context.Context, p *provider) error { return p.Start(ctx) }), fx.OnStop(func(ctx context.Context, p *provider) error { return p.Stop(ctx) }), ), ), )
Module is used on app bootstrap. nolint: gochecknoglobals
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.