Documentation
¶
Index ¶
- type Service
- func (s *Service) Close() (err error)
- func (s *Service) ComputePoint(c context.Context, mid int64) (r model.KpiPoint, err error)
- func (s *Service) FixKPI(c context.Context, year, month, dd int, mid int64) (res []model.KpiPoint, err error)
- func (s *Service) KPIProc(c context.Context) (err error)
- func (s *Service) Ping(c context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service struct of service.
func (*Service) ComputePoint ¶
ComputePoint compute KPI point.
func (*Service) FixKPI ¶
func (s *Service) FixKPI(c context.Context, year, month, dd int, mid int64) (res []model.KpiPoint, err error)
FixKPI fix kpi.
Click to show internal directories.
Click to hide internal directories.