Documentation ¶ Index ¶ Variables func Run(stop chan struct{}, stopped chan struct{}, clock clockwork.Clock, ...) type Reviver func NewReviver(lc fx.Lifecycle, cfg config.Config, clock clockwork.Clock, ...) *Reviver Constants ¶ This section is empty. Variables ¶ View Source var Module = fx.Module("reviver", fx.Provide(NewReviver), ) Functions ¶ func Run ¶ func Run( stop chan struct{}, stopped chan struct{}, clock clockwork.Clock, logger *zerolog.Logger, service *finding.Service, cfg config.Config, ) Types ¶ type Reviver ¶ type Reviver struct{} func NewReviver ¶ func NewReviver( lc fx.Lifecycle, cfg config.Config, clock clockwork.Clock, service *finding.Service, logger *zerolog.Logger, ) *Reviver Source Files ¶ View all Source files reviver.go Click to show internal directories. Click to hide internal directories.