Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("reporter", fx.Provide( fx.Private, func(cfg config.Config) browsing.ServiceOpts { return browsing.ServiceOpts{ Liveness: cfg.BrowserServerLiveness, } }, ), fx.Provide( fx.Private, browsing.NewService, ), fx.Provide( fx.Private, newHandler, ), fx.Provide(NewBrowser), )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.