Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Provide( fx.Annotate( newCache, fx.OnStart(func(ctx context.Context, cch Cache) error { return cch.Start(ctx) }), fx.OnStop(func(ctx context.Context, cch Cache) error { return cch.Stop(ctx) }), ), )
nolint
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.