Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReportSet = wire.NewSet(di.DefaultSet, NewReportService)
ReportService =======================================================================================================
Functions ¶
This section is empty.
Types ¶
type ReportService ¶
type ReportService struct { // Common Log logger.Logger Config *config.Config // Observability Tracer trace.TracerProvider Monitoring *monitoring.Monitoring PprofEndpoint profiling.PprofEndpoint AutoMaxPro autoMaxPro.AutoMaxPro }
func InitializeReportService ¶
func InitializeReportService() (*ReportService, func(), error)
func NewReportService ¶
func NewReportService( log logger.Logger, config2 *config.Config, monitoring2 *monitoring.Monitoring, tracer trace.TracerProvider, pprofHTTP profiling.PprofEndpoint, autoMaxProcsOption autoMaxPro.AutoMaxPro, ) *ReportService
Click to show internal directories.
Click to hide internal directories.