MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / AIChartOverview

Method AIChartOverview

controller/service/service.go:40–40  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, start string, end string)

Source from the content-addressed store, hash-verified

38 Top10(ctx *gin.Context, serviceId string, start string, end string) ([]*monitor_dto.TopN, []*monitor_dto.TopN, error)
39
40 AIChartOverview(ctx *gin.Context, serviceId string, start string, end string) (*monitor_dto.ServiceChartAIOverview, error)
41 RestChartOverview(ctx *gin.Context, serviceId string, start string, end string) (*monitor_dto.ServiceChartRestOverview, error)
42
43 ServiceOverview(ctx *gin.Context, serviceId string) (*service_dto.Overview, error)

Callers 2

AIChartOverviewMethod · 0.65
ChartAIOverviewMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected